
//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,,,,,,,,,,,,
,"campsites","../english/einblicke-stellplaetze-01.htm",,,0
,"kiosk","../english/einblicke-kiosk-01.htm",,,0
,"compground","../english/einblicke-anlage-01.htm",,,0
,"rhine-views","../english/einblicke-rheinblicke-01.htm",,,0

])

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

])

addmenu(menu=["Kontakt",
,,130,2,"",plain_style,,"left",effect,,,,,,,,,,,,
,"address","../english/contact01.htm",,,0
,"journey","../english/arrive01.htm",,,0
,"brochure","../download/campingplatz-ruedesheim.pdf target=_blank",,,0
,"press-article","../english/in-arbeit-en-01.htm",,,0

])

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

])

addmenu(menu=["Sprache",
,,130,2,"",plain_style,,"left",effect,,,,,,,,,,,,
,"german","../index-de.htm target=_top",,,0
,"english","../index-en.htm target=_top",,,0
,"dutch","../index-nl.htm target=_top",,,0
,"danish","../index-dk.htm target=_top",,0

])
dumpmenus()
