// ALLGEMEINE KONFIGURATION // Menu object creation flexMenu=new makeFM("flexMenu") // Making the menu object. Argument: menuname // Menu properties flexMenu.pxBetween=0 flexMenu.fromLeft=width // Variable width + content_width erhalten wir von body.js flexMenu.fromTop=90 + difference; // Menu-Abstand von oben flexMenu.rows=1 flexMenu.menuPlacement="left" flexMenu.offlineRoot="" flexMenu.onlineRoot="" flexMenu.resizeCheck=2 flexMenu.wait=500 flexMenu.fillImg="layout/1px_leer.gif" flexMenu.zIndex=0 //Background bar properties flexMenu.useBar=0 //Level properties - ALL properties have to be spesified in level 0 flexMenu.level[0]=new flexmenu_makeLevel() //Add this for each new level flexMenu.level[0].width=300 // Standardbreite flexMenu.level[0].height=21 // Standardhöhe flexMenu.level[0].regClass="clLevel0" flexMenu.level[0].overClass="clLevel0over" flexMenu.level[0].borderX=0 flexMenu.level[0].borderY=0 flexMenu.level[0].borderClass="clLevel0border" flexMenu.level[0].offsetX=-1 flexMenu.level[0].offsetY=1 flexMenu.level[0].rows=0 flexMenu.level[0].align="bottom" //SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this flexMenu.level[1]=new flexmenu_makeLevel() //Add this for each new level (adding one to the number) flexMenu.level[1].width=200 // Standardbreite flexMenu.level[1].height=18 // Standardhöhe flexMenu.level[1].regClass="clLevel1" flexMenu.level[1].overClass="clLevel1over" flexMenu.level[1].style="" flexMenu.level[1].offsetX=2 flexMenu.level[1].offsetY=-1 flexMenu.level[1].borderClass="clLevel1border" flexMenu.level[1].borderX=1 flexMenu.level[1].borderY=1 flexMenu.level[1].rows=0 flexMenu.level[1].align="right" //SUB LEVEL[2] PROPERTIES flexMenu.level[2]=new flexmenu_makeLevel() //Add this for each new level (adding one to the number) // ZIELVERZEICHNIS LEER WENN UNDEFINIERT if (!target_dir) { var target_dir = ""; } // NAVIGATION // >>===================================================>> // // name,parent,txt,lnk,targ,h,w,alt,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout // Beispiel mit MouseOver Bildern: //flexMenu.makeMenu('top01','','','test.htm','','50','über uns','navigation/ueber_uns01a.gif','navigation/ueber_uns01b.gif') flexMenu.makeMenu('top01','','    Über uns','','','81','','','','') flexMenu.makeMenu('sub100','top01','    • Geschichte','index.php?cat=ueber_uns&module=geschichte','','180') flexMenu.makeMenu('sub101','top01','    • Heute','index.php?cat=ueber_uns&module=heute','','180') flexMenu.makeMenu('top02','','    Gruppenreisen',/*'index.php?module=gruppenreisen'*/'','','116','','','','') flexMenu.makeMenu('sub200','top02','    • Hochzeitsfahrten','index.php?cat=gruppenreisen&module=hochzeitsfahrten','','180') flexMenu.makeMenu('sub201','top02','    • Vereinsfahrten','index.php?cat=gruppenreisen&module=vereinsfahrten','','180') flexMenu.makeMenu('sub202','top02','    • Firmenausflüge','index.php?cat=gruppenreisen&module=firmenausfluege','','180') flexMenu.makeMenu('sub203','top02','    • Schulreisen','index.php?cat=gruppenreisen&module=schulreisen','','180') flexMenu.makeMenu('top03','','    Reiseangebot Sommer','','','159','','','','180') flexMenu.makeMenu('sub300','top03','    • Alle Reisen auf einen Blick','index.php?cat=reiseangebot_sommer&module=uebersicht','','180') flexMenu.makeMenu('sub301','top03','    • Kur-/Wellnessferien','index.php?cat=reiseangebot_sommer&module=wellness','','180') flexMenu.makeMenu('sub302','top03','    • Badeferien','index.php?cat=reiseangebot_sommer&module=badeferien','','180') flexMenu.makeMenu('sub303','top03','    • Schweiz','index.php?cat=reiseangebot_sommer&module=schweiz','','180') flexMenu.makeMenu('sub304','top03','    • Deutschland','index.php?cat=reiseangebot_sommer&module=deutschland','','180') flexMenu.makeMenu('sub305','top03','    • Österreich','index.php?cat=reiseangebot_sommer&module=oesterreich','','180') flexMenu.makeMenu('sub306','top03','    • Ferien in Österreich','index.php?cat=reiseangebot_sommer&module=ferienOesterreich','','180') flexMenu.makeMenu('sub308','top03','    • Ferien im Südtirol','index.php?cat=reiseangebot_sommer&module=suedtirol','','180') flexMenu.makeMenu('sub307','top03','    • Italien','index.php?cat=reiseangebot_sommer&module=italien','','180') flexMenu.makeMenu('sub310','top03','    • Frankreich','index.php?cat=reiseangebot_sommer&module=frankreich','','180') flexMenu.makeMenu('sub311','top03','    • Holland und Belgien','index.php?cat=reiseangebot_sommer&module=hollandbelgien','','180') flexMenu.makeMenu('sub312','top03','    • Dänemark und Schweden','index.php?cat=reiseangebot_sommer&module=daenemark','','180') flexMenu.makeMenu('sub313','top03','    • Schottland','index.php?cat=reiseangebot_sommer&module=schottland','','180') flexMenu.makeMenu('sub314','top03','    • Osteuropa','index.php?cat=reiseangebot_sommer&module=osteuropa','','180') flexMenu.makeMenu('sub315','top03','    • Spanien','index.php?cat=reiseangebot_sommer&module=spanien','','180') flexMenu.makeMenu('sub316','top03','    • Kurzreisen','index.php?cat=reiseangebot_sommer&module=kurzreisen','','180') //flexMenu.makeMenu('sub314','top03','    • Abschlussfahrten','index.php?cat=reiseangebot_sommer&module=abschlussfahrten','','180') flexMenu.makeMenu('top04','','    Reiseangebot Winter','','','148','','','','180') flexMenu.makeMenu('sub400','top04','    • Alle Reisen auf einen Blick','index.php?cat=reiseangebot_winter&module=uebersicht','','180') flexMenu.makeMenu('sub404','top04','    • Christkindlmärkte','index.php?cat=reiseangebot_winter&module=christkindlmaerkte','','180') flexMenu.makeMenu('sub405','top04','    • Festtagsreisen','index.php?cat=reiseangebot_winter&module=festtagsreisen','','180') flexMenu.makeMenu('sub403','top04','    • Winterferien','index.php?cat=reiseangebot_winter&module=winterferien','','180') flexMenu.makeMenu('sub402','top04','    • Kur-/Wellnessferien','index.php?cat=reiseangebot_winter&module=wellness','','180') flexMenu.makeMenu('sub401','top04','    • Ski & Snowboard','index.php?cat=reiseangebot_winter&module=snowboard','','180') flexMenu.makeMenu('top05','','    Fahrzeuge','index.php?module=fahrzeuge','','87','','','','180') flexMenu.makeMenu('top06','','    Reiseinfos','index.php?module=reiseinfos','','88','','','','180') flexMenu.makeMenu('top07','','    Möbeltransporte','','','125','','','','180') flexMenu.makeMenu('sub700','top07','    • Möbellagerhaus','index.php?cat=moebeltransporte&module=moebellagerhaus','','180') flexMenu.makeMenu('sub701','top07','    • Packmaterial','index.php?cat=moebeltransporte&module=packmaterial','','180') flexMenu.makeMenu('sub703','top07','    • Umzüge','index.php?cat=moebeltransporte&module=umzuege','','180') // <<===================================================<< // // Leave this line - it constructs the menu flexMenu.construct();