
//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.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}


timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=100;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position
Frames_Top_Offset=0 		// Frames Page Adjustment for Top Offset
Frames_Left_Offset=0		// Frames Page Adjustment for Left Offset



plain_style=[				// Menu Properties Array
"000000",						// Off Font Color
"ffcc66",					// Off Back Color
"FFebcd",					// On Font Color
"000000",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
4,							// Padding
"arrow.gif"					// Sub Menu Image
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=["startterm",
,,150,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Nach Datum", "http://www.vdfkino.de/cgi-bin/termine.cgi?A=datum",,,1
,"Nach Verleiher", "http://www.vdfkino.de/cgi-bin/termine.cgi?A=verleiher",,,1
,"Aktueller Status", "http://www.vdfkino.de/cgi-bin/termine.cgi?A=status",,,1
])

addmenu(menu=["openair",
,,100,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"&Uuml;bersicht","/openair/",,,1
,"Statusblatt","/openair/status.html",,,1
])

addmenu(menu=["spielk",
,,180,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Orte nach Spielkreisen","/spielkreisliste.shtml",,,1
,"Filme nach Spielkreisen","/filmspielkreis.html",,,1
])

addmenu(menu=["foerd",
,,150,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"FFA","http://www.ffa.de target=_blank",,,1
,"BKM","http://www.filmfoerderung-bkm.de target=_blank",,,1
,"BKM-F&ouml;rderorte","/filmkunsttheater/index.shtml",,,1
])
addmenu(menu=["kreisl",
,,170,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Orte nach Spielkreis","/spielkreisliste.shtml",,,1
,"Filme nach Spielkreis","/filmspielkreis.html",,,1
])



addmenu(menu=["koop",
	,,150,1,"",plain_style,,"left",effect,,,,,,,,,,,,
	,"SPIO &amp; FSK","http://www.spio-fsk.de target=_blank",,,1
	,"GVU","http://www.gvu.de target=_blank",,,1
	,"Media Control GfK","http://www.media-control.de/kino.html target=_blank",,,1
	,"ZKM","http://www.kino-hdf.com target=_blank",,,1
	,"Vision Kino","http://www.visionkino.de target=_blank",,,1
	])

addmenu(menu=["wiro",
	,,150,1,"",plain_style,,"left",effect,,,,,,,,,,,,
	,"Kurzvorstellung","/wir/index.html",,,1
	,"Verantwortliche","/wir/ansprech.html",,,1
	])



addmenu(menu=["gemein",
	,,150,1,"",plain_style,,"left",effect,,,,,,,,,,,,
	,"Filmbefreier","http://www.filmbefreier.de target=_blank",,,1
	,"Respe&copy;t Copyrights","http://www.respectcopyrights.de target=_blank",,,1
	,"Hart Aber Gerecht","http://www.hartabergerecht.de target=_blank",,,1
	])


dumpmenus()
