
//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 //
////////////////////////////////////


// Special effect string for IE5.5 or above please visit http://www.milonic.com/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
effect = "Fade(duration=0);Alpha(style=0,opacity=100);"/*Shadow(color='#777777', Direction='135', Strength='0')*/
}
else{
	effect = "Shadow(color='#777777', Direction='135', Strength='0')"
}



timegap=500				// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10			// Sub menu offset Top position 
suboffset_left=10			// Sub menu offset Left position
Frames_Top_Offset=50			// Frames Page Adjustment for Top Offset
Frames_Left_Offset=-555		        // Frames Page Adjustment for Left Offset

plain_style=[					// Menu Properties Array
"FAC907",					// Off Font Color
"0D3D5B",					// Off Back Color
"ffffff",					// On Font Color
"7b0000",					// On Back Color
"0D3D5B",					// Border Color
12,						// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana, Tahoma, Arial, Helvetica",		// Font
2,						// Padding
""						// Sub Menu Image
,						// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=["Einblicke",
,,130,2,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Stellpl&auml;tze","../german/einblicke-stellplaetze-01.htm",,,0
,"Kiosk","../german/einblicke-kiosk-01.htm",,,0
,"Anlage","../german/einblicke-anlage-01.htm",,,0
,"Rheinblicke","../german/einblicke-rheinblicke-01.htm",,,0

])

addmenu(menu=["Preisliste",
,,130,2,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Preisliste DE","../german/pricelist-01.htm",,,0
,"Preisliste EN","../english/pricelist-01.htm",,,0
,"Preisliste NL","../niedl/pricelist-01.htm",,,0
,"Preisliste DK","../dansk/pricelist-01.htm",,,0

])

addmenu(menu=["Kontakt",
,,130,2,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Anschrift","../german/contact01.htm",,,0
,"Anfahrt","../german/arrive01.htm",,,0
,"Prospekt","../download/campingplatz-ruedesheim.pdf target=_blank",,,0
,"Pressetexte","../german/in-arbeit-de-01.htm",,,0

])

addmenu(menu=["Umgebung",
,,130,2,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Allgemein","../german/country01.htm",,,0
,"R&uuml;desheim","http://www.ruedesheim.de target=_blank",,,0
,"Rheingau","http://www.rheingau.de target=_blank",,,0
,"Rheinsteig","http://www.rheinsteig.de target=_blank",,,0
,"A&szlig;mannshausen","http://www.assmannshausen-am-rhein.de target=_blank",,,0
,"UNESCO Welterbe Mittelrheinthal","http://www.welterbe-mittelrheintal.de target=_blank",,,0
,"Wandern","../german/wandern01.htm",,,0
,"Schiffahrt-01","http://www.bingen-ruedesheimer.com target=_blank",,,0
,"Schiffahrt-02","http://www.k-d.com target=_blank",,,0
,"Veranstaltungen","../german/events-01.htm",,,0
,"Wetter","../german/weather01.htm",,,0

])

addmenu(menu=["Sprache",
,,130,2,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Deutsch","../index-de.htm target=_top",,,0
,"Englisch","../index-en.htm target=_top",,,0
,"Holl&auml;ndisch","../index-nl.htm target=_top",,,0
,"D&auml;nisch","../index-dk.htm target=_top",,0

])
dumpmenus()
