//menu objects

function fwLoadMenus () {
	if (window.fw_menu_0) return;
    window.fw_menu_0 = new Menu("news",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_0.addMenuItem("Aktuelles", "top.window.frames[1].location='../news/news.html'");
	fw_menu_0.addMenuItem("Abstimmungen", "top.window.frames[1].location='../news/abstimmung.htm'");
    fw_menu_0.addMenuItem("Archiv", "top.window.frames[1].location='../news/archiv.html'");
 // fw_menu_0.addMenuItem("Landläufiges", "top.window.frames[1].location='../news/Landlaeufig.html'");
	fw_menu_0.hideOnMouseOut=true;
	
    window.fw_menu_1 = new Menu("gem",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_1.addMenuItem("Gemeinde", "top.window.frames[1].location='../gemeinde/gemeindeverwalt.html'");
	fw_menu_1.addMenuItem("Gemeinderäte", "top.window.frames[1].location='../gemeinde/gemeinderaete.html'");
    fw_menu_1.addMenuItem("Funktionen", "top.window.frames[1].location='../gemeinde/funktionen.html'");
    fw_menu_1.addMenuItem("Anmeldung", "top.window.frames[1].location='../gemeinde/mutationen.html'");
    fw_menu_1.addMenuItem("Identitätskarte", "top.window.frames[1].location='http://www.baselland.ch/pass-htm.273518.0.html'");
    fw_menu_1.addMenuItem("Finanzen", "top.window.frames[1].location='../gemeinde/finanzen.html'");
    fw_menu_1.addMenuItem("Geschichte", "top.window.frames[1].location='../gemeinde/geschichte.html'");
	fw_menu_1.hideOnMouseOut=true;	
	
    window.fw_menu_2 = new Menu("gewe",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_2.addMenuItem("Verzeichnis", "top.window.frames[1].location='../gewerbe/gewerbe.html'");
	fw_menu_2.hideOnMouseOut=true;
	
    window.fw_menu_3 = new Menu("bildu",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_3.addMenuItem("Schulen", "top.window.frames[1].location='../bildung/bildung.htm'");
    fw_menu_3.addMenuItem("Andere", "top.window.frames[1].location='../bildung/Andere.htm'");
	fw_menu_3.hideOnMouseOut=true;
	
    window.fw_menu_4 = new Menu("freiz",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_4.addMenuItem("Vereine", "top.window.frames[1].location='../freizeit/vereine.html'");
    fw_menu_4.addMenuItem("Anlässe", "top.window.frames[1].location='../freizeit/anlaesse.html'");
	fw_menu_4.hideOnMouseOut=true;
	
    window.fw_menu_5 = new Menu("plan",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_5.addMenuItem("Ortsplan JPG", "top.window.frames[1].location='../Ortsplan/ortsplan.html'");
    fw_menu_5.addMenuItem("Ortsplan PDF", "top.window.frames[1].location='../Ortsplan/ortsplan_pdf.html'");
	fw_menu_5.hideOnMouseOut=true;

    window.fw_menu_6 = new Menu("favs",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_6.addMenuItem("Behörden", "top.window.frames[1].location='../Links/behoerden.html'");
    fw_menu_6.addMenuItem("Verkehr", "top.window.frames[1].location='../Links/verkehr.html'");
    fw_menu_6.addMenuItem("Sonstiges", "top.window.frames[1].location='../Links/links.html'");
    fw_menu_6.addMenuItem("Stichworte", "top.window.frames[1].location='../Links/Link_gem1.html'");
	fw_menu_6.hideOnMouseOut=true;

    window.fw_menu_7 = new Menu("home",110,21,"Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#ffffff","#6699CC");
    fw_menu_7.addMenuItem("Home", "top.window.frames[1].location='../menu/menu_vframe1.html'");
	fw_menu_7.hideOnMouseOut=true;
   	fw_menu_7.writeMenus();
}

