/* **************************************************************

PROJEKT KOENIG

© 2000-2008 DKN DÜSSELDORF  www.dkn.de

MODIFICATION: 27.03.2008
MAIN-DOMAIN: herren-ledermoden.de

*************************************************************** */


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=1.2);Alpha(style=0,opacity=95); Direction=135, Strength=5)"
}
else
{
        effect = "" // Stop IE5.5 bug when using more than one filter
}


myurl0="http://localhost/koenig/webseite/";
myurl1="http://projekte/koenig/webseite/";
myurl2="http://192.168.115.200/koenig/webseite/";

if(document.URL.toLowerCase().indexOf('http://localhost') == 0){
myurl = myurl0;
}

else if(document.URL.toLowerCase().indexOf('http://projekte') == 0){
myurl = myurl1;
}

else if(document.URL.toLowerCase().indexOf('http://192.168.115.200') == 0){
myurl = myurl2;
}

else{
myurl="http://www.herren-ledermoden.de/";  //url wo die Präsenz im Web liegt
}



timegap=90                        // The time delay for menus to remain visible
followspeed=5                        // Follow Scrolling speed
followrate=40                        // Follow Scrolling Rate
suboffset_top=6;                // Sub menu offset Top position
suboffset_left=40;                // Sub menu offset Left position

style1=[                        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"faf4df",                        // Mouse Off Font Color
"80171b",                        // Mouse Off Background Color
"dbd0a7",                        // Mouse On Font Color
"80171b",                        // Mouse On Background Color
"80171b",                        // Menu Border Color
12,                                // Font Size in pixels
"normal",                        // Font Style (italic or normal)
"bold",                        // Font Weight (bold or normal)
"Arial, Verdana",                // Font Name
1,                                // Menu Item Padding
"",                                // Sub Menu Image (Leave this blank if not needed)
,                                // 3D Border & Separator bar
"red",                                // 3D High Color
"red",                                // 3D Low Color
"",                                // Current Page Item Font Color (leave this blank to disable)
"",                                // Current Page Item Background Color (leave this blank to disable)
"",                                // Top Bar image (Leave this blank to disable)
"red",                                // Menu Header Font Color (Leave blank if headers are not needed)
"80171b",                        // Menu Header Background Color (Leave blank if headers are not needed)
]


style2=[                        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"faf4df",                        // Mouse Off Font Color
"80171b",                        // Mouse Off Background Color
"dbd0a7",                        // Mouse On Font Color
"80171b",                        // Mouse On Background Color
"80171b",                        // Menu Border Color
11,                                // Font Size in pixels
"normal",                        // Font Style (italic or normal)
"bold",                        // Font Weight (bold or normal)
"Arial, Verdana",                // Font Name
1,                                // Menu Item Padding
"",                                // Sub Menu Image (Leave this blank if not needed)
,                                // 3D Border & Separator bar
"666666",                        // 3D High Color
"80171b",                        // 3D Low Color
"",                                // Current Page Item Font Color (leave this blank to disable)
"",                                // Current Page Item Background Color (leave this blank to disable)
"",                                // Top Bar image (Leave this blank to disable)
"ffffff",                        // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                        // Menu Header Background Color (Leave blank if headers are not needed)
]




style3=[                        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000",                        // Mouse Off Font Color
"FFFFFF",                        // Mouse Off Background Color
"000000",                        // Mouse On Font Color
"FFFFFF",                        // Mouse On Background Color
"CFCFCF",                        // Menu Border Color
11,                                // Font Size in pixels
"normal",                        // Font Style (italic or normal)
"normal",                        // Font Weight (bold or normal)
"Arial, Verdana",                // Font Name
1,                                // Menu Item Padding
"",                                // Sub Menu Image (Leave this blank if not needed)
,                                // 3D Border & Separator bar
"666666",                        // 3D High Color
"000099",                        // 3D Low Color
"",                                // Current Page Item Font Color (leave this blank to disable)
"",                                // Current Page Item Background Color (leave this blank to disable)
"",                                // Top Bar image (Leave this blank to disable)
"ffffff",                        // Menu Header Font Color (Leave blank if headers are not needed)
,                        // Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[                        // This is the array that contains your menu properties and details
"XPMain",                        // Menu Name - This is needed in order for the menu to be called
40,                                // Menu Top - The Top position of the menu in pixels
"offset=+260",                                // Menu Left - The Left position of the menu in pixels
,                                // Menu Width - Menus width in pixels
1,                                // Menu Border Width
"center",                        // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                                // Properties Array - this is set higher up, as above
1,                                // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",                                // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                                // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                                // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1,                                 // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,                                // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                // Position of TOP sub image left:center:right
,                                // Set the Overall Width of Horizontal Menu to 70% and height to the specified amount (Leave blank to disable)
0,                                // Right To Left - Used in Hebrew for example. (1=on/0=off)
0,                                // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                // Reserved for future use
,                                // Reserved for future use
,                                // Reserved for future use


,"wir&nbsp;über&nbsp;uns&nbsp;|&nbsp;","show-menu=Company",,,1
,"marken&nbsp;|&nbsp;","show-menu=Labels",,,1
,"presse&nbsp;|&nbsp;","show-menu=Press",,,1
,"kontakt&nbsp;|&nbsp;","show-menu=Contact",,,1
,"jobs&nbsp;|&nbsp;","show-menu=Jobs",,,1
,"anfahrt",myurl+"anfahrt.php4?lang=de&contentGroup=1_1_0&bg=0_0_0",,,1



        ])
        addmenu(menu=["Company",
        ,,60,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;über&nbsp;uns",myurl+"template_content.php4?lang=de&contentGroup=1_1_0&bg=0_0_0",,,1
        ,"&nbsp;historie",myurl+"template_content.php4?lang=de&contentGroup=1_2_0&bg=0_0_0",,,1
        ])

        addmenu(menu=["Labels",
        ,,80,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;trapper",myurl+"template_labels.php4?lang=de&contentGroup=2_1_0&bg=1_0_0",,,1
        //,"&nbsp;leatherman",myurl+"template_labels.php4?lang=de&contentGroup=2_2_0&bg=1_0_0",,,1
        ,"&nbsp;pierre&nbsp;cardin",myurl+"template_labels.php4?lang=de&contentGroup=2_3_0&bg=1_0_0",,,1
        // ,"&nbsp;cinque",myurl+"template_content.php4?lang=de&contentGroup=2_4_0&bg=1_0_0",,,1
        ,"&nbsp;mustang",myurl+"template_labels.php4?lang=de&contentGroup=2_5_0&bg=1_0_0",,,1
        //,"&nbsp;offset","http://koenig.infos.de/offset/ target=_blank",,,1
        ,"&nbsp;kapraun","http://www.kapraun-ledermoden.de target=_blank",,,1
        
        ])

        addmenu(menu=["Press",
        ,,50,1,"",style2,,"left",effect,,,,,,,,,,,,
        // ,"&nbsp;news",myurl+"template_content.php4?lang=de&contentGroup=3_1_0&bg=2_0_0",,,1
        ,"&nbsp;presse",myurl+"template_content.php4?lang=de&contentGroup=3_2_0&bg=2_0_0",,,1
       ])
       
         addmenu(menu=["Jobs",
        ,,100,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;kontaktformular",myurl+"jobs.php4?lang=de&contentGroup=5_1_0&bg=2_0_0",,,1
        ,"&nbsp;karriere",myurl+"template_content.php4?lang=de&contentGroup=5_1_0&bg=2_0_0",,,1
        ,"&nbsp;ausbildung",myurl+"template_content.php4?lang=de&contentGroup=5_2_0&bg=2_0_0",,,1
       ])

         addmenu(menu=["Contact",
        ,,60,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;adresse",myurl+"template_content.php4?lang=de&contentGroup=4_1_0&bg=2_0_0",,,1
        ,"&nbsp;email",myurl+"feedback.php4?lang=de&contentGroup=4_2_0&bg=2_0_0",,,1
       
        ])
        
      

dumpmenus()
