//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=90); Direction=135, Strength=5)"
}
else
{
        effect = "" // Stop IE5.5 bug when using more than one filter
}


myurl6="http://www.uhro.de/";

if(document.URL.toLowerCase().indexOf('http:///www.uhro.de') == 0){
myurl = myurl0;
}

else if(document.URL.toLowerCase().indexOf('http:///www.uhro.de') == 0){
myurl = myurl1;
}

else if(document.URL.toLowerCase().indexOf('http:///www.uhro.de') == 0){
myurl = myurl2;
}

else if(document.URL.toLowerCase().indexOf('http:///www.uhro.de') == 0){
myurl = myurl3;
}

else if(document.URL.toLowerCase().indexOf('http:///www.uhro.de') == 0){
myurl = myurl4;
}

else if(document.URL.toLowerCase().indexOf('http:///www.uhro.de') == 0){
myurl = myurl5;
}

else if(document.URL.toLowerCase().indexOf('http://www.uhro.de') == 0){
myurl = myurl6;
}

else{
myurl="http://www.uhro.de/";     //url wo die Präsenz im Web liegt
}

timegap=900                      // The time delay for menus to remain visible
followspeed=5                    // Follow Scrolling speed
followrate=40                    // Follow Scrolling Rate
suboffset_top=5;                 // 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.
"FFFFFF",                        // Mouse Off Font Color
"",                        // Mouse Off Background Color
"FF4A4A",                        // Mouse On Font Color
"",                        // Mouse On Background Color
"",                       // Menu Border Color
12,                              // Font Size in pixels
"normal",                        // Font Style (italic or normal)
"normal",                        // Font Weight (bold or normal)
"Arial, Verdana",                // Font Name
0,                               // 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)
"",                        // 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.
"132F68",                        // Mouse Off Font Color
"FFFFFF",                        // Mouse Off Background Color
"FFFFFF",                        // Mouse On Font Color
"132F68",                        // Mouse On Background Color
"132F68",                        // Menu Border Color
12,                              // 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)
"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.
"000000",                        // Mouse Off Font Color
"FFFFFF",                        // Mouse Off Background Color
"000000",                        // Mouse On Font Color
"FFFFFF",                        // Mouse On Background Color
"132F68",                        // Menu Border Color
12,                              // 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)
"ff0000",                        // 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
146,                             // Menu Top - The Top position of the menu in pixels
"offset=+12",                    // Menu Left - The Left position of the menu in pixels
,                                // Menu Width - Menus width in pixels
0,                               // 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
,                                // Position of TOP sub image left:center:right
,                                // Set the Overall Width of Horizontal Menu to 100% 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


,"Verein","show-menu=Verein",,,1
,"&nbsp;&middot;&nbsp;Senioren","show-menu=Senioren",,,1
,"&nbsp;&middot;&nbsp;Jugend","show-menu=Jugend",,,1
,"&nbsp;&middot;&nbsp;Galerie",myurl+"04/01.php",,,1
,"&nbsp;&middot;&nbsp;Gästebuch",myurl+"05/01.php",,,1
,"&nbsp;&middot;&nbsp;Links",myurl+"06/01.php",,,1
,"&nbsp;&middot;&nbsp;Sponsoren",myurl+"06/02.php",,,1
,"&nbsp;&middot;&nbsp;Förderverein","show-menu=Foerderverein",,,1
,"&nbsp;&middot;&nbsp;Kontakt",myurl+"07/01.php",,,1
,"&nbsp;&middot;&nbsp;Home",myurl+"07/nw.php",,,1


        ])
        addmenu(menu=["Verein",
        ,,100,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Info",myurl+"01/01.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1
        ,"&nbsp;Hallenplan",myurl+"01/03.php",,,1
        ])

        addmenu(menu=["Senioren",
        ,,140,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Tabellen / Ergebnisse",myurl+"02/00.php",,,1
        ,"&nbsp;1. Herren&nbsp;&raquo;","show-menu=1",,,1
        ,"&nbsp;2. Herren&nbsp;&raquo;","show-menu=2",,,1
        ,"&nbsp;3. Herren&nbsp;&raquo;",myurl+"02/03_1.php",,,1	
        //,"&nbsp;Damen&nbsp;&raquo;",myurl+"02/03_2.php",,,1				
        ])
		
        addmenu(menu=["Foerderverein",
        ,,140,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Verein",myurl+"09/01.php",,,1
        ,"&nbsp;Antrag",myurl+"09/02.php",,,1
        ,"&nbsp;Club Plus",myurl+"09/03.php",,,1	
        ,"&nbsp;In Action",myurl+"09/07.php",,,1
		,"&nbsp;Satzung",myurl+"09/04.php",,,1	
        ,"&nbsp;Kontakt",myurl+"09/06.php",,,1			
        ])		

        addmenu(menu=["1",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Mannschaft",myurl+"02/01_1.php",,,1
        ,"&nbsp;Trainer",myurl+"02/01_2.php",,,1
        ,"&nbsp;Spielberichte",myurl+"02/01_3.php",,,1
        ,"&nbsp;Kader",myurl+"02/01_4.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1		
        ])

        addmenu(menu=["2",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Mannschaft",myurl+"02/02_1.php",,,1
        ,"&nbsp;Trainer",myurl+"02/02_2.php",,,1
        //,"&nbsp;Spielberichte",myurl+"02/02_3.php",,,1             
        //,"&nbsp;Kader",myurl+"02/02_4.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1				
        ])

        addmenu(menu=["3",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Trainer",myurl+"02/03_2.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1				
        ])

        addmenu(menu=["4",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Mannschaft",myurl+"02/04_1.php",,,1
        ,"&nbsp;Trainer",myurl+"02/04_2.php",,,1
        ])

        addmenu(menu=["Jugend",
        ,,140,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Tabellen / Ergebnisse",myurl+"03/00.php",,,1
        ,"&nbsp;U18&nbsp;(1994/1995)&nbsp;&raquo;","show-menu=18",,,1
		,"&nbsp;U16&nbsp;(1996/1997)&nbsp;&raquo;","show-menu=16",,,1
        ,"&nbsp;U14&nbsp;(1998/1999)&nbsp;&raquo;","show-menu=M",,,1
        ,"&nbsp;U12&nbsp;(2000/2001)&nbsp;&raquo;",myurl+"03/07_2.php",,,1	
        ,"&nbsp;U10&nbsp;(2002<)&nbsp;&raquo;",myurl+"03/06_2.php",,,1	
        ])

        addmenu(menu=["18",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Mannschaft",myurl+"03/01_1.php",,,1
        ,"&nbsp;Trainer",myurl+"03/01_2.php",,,1
        //,"&nbsp;Spielberichte",myurl+"03/01_3.php",,,1
        //,"&nbsp;Kader",myurl+"03/01_4.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1				
        ])

        addmenu(menu=["16",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Mannschaft",myurl+"03/02_1.php",,,1
        ,"&nbsp;Trainer",myurl+"03/03_2.php",,,1
        //,"&nbsp;Spielberichte",myurl+"03/02_3.php",,,1
        //,"&nbsp;Kader",myurl+"03/02_4.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1				
        ])

        addmenu(menu=["141",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        //,"&nbsp;Mannschaft",myurl+"03/03_1.php",,,1
        ,"&nbsp;Trainer",myurl+"03/03_2.php",,,1
        //,"&nbsp;Spielberichte",myurl+"03/03_3.php",,,1
        //,"&nbsp;Kader",myurl+"03/03_4.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1				
        ])

        addmenu(menu=["M",
        ,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;Mannschaft",myurl+"03/05_1.php",,,1
        ,"&nbsp;Trainer",myurl+"03/05_2.php",,,1
        //,"&nbsp;Spielberichte",myurl+"03/05_3.php",,,1
        //,"&nbsp;Kader",myurl+"03/05_4.php",,,1
        ,"&nbsp;Trainingszeiten",myurl+"01/02.php",,,1				
        ])


dumpmenus()
