// menu_items.js file

var MENU_ITEMS =[
	['Första sidan', '/main.html', {'tw' : '_self'}],
	['Om Sätila', null, null,
		['Välkommen','/satila/index.html', {'tw' : '_self'}],
		['Service', '/satila/service.html', {'tw' : '_self'}],
//		['Bostäder', null, null],
		['Sevärdheter', null, null,
			['Ramhultafallet', '/satila/sevardheter/ramhulta.html', {'tw' : '_self'}],
			['Sätila sand', '/satila/sevardheter/satila_sand.html', {'tw' : '_self'}]
		],
//		['Näringsliv', null, null],
		['Karta', '/satila/karta.html', {'tw' : '_self'}]
	],
	['Föreningar', null, null,
		['Sätila Sockens Byalag', 'http://byalaget.satila.se', {'tw' : '_blank'}],
		['Sätila Sportklubb', 'http://ssk.satila.se', {'tw' : '_blank'}],       
		['OK Räven', 'http://www.okraven.se', {'tw' : '_blank'}],
		['Röda Korset', 'http://www.redcross.satila.se', {'tw' : '_blank'}]
	],
	['Företag', null, null,
                   ['Företagssidor', '/foretag/index.html', {'tw' : '_self'}],
                   ['Almereds Bil', 'http://www.almeredsbil.se/', {'tw' : '_blank'}],
                   ['Sätila Bygg', 'http://www.satilabygg.se', {'tw' : '_blank'}],
                   ['Sätila of Sweden', 'http://www.satila.com', {'tw' : '_blank'}],
                   ['TeleskopService', 'http://www.teleskop-service.se', {'tw' : '_blank'}]
         ],
	['Länkar', '/lankar.html', {'tw' : '_self'}]

];



