//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=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
  }
  else
  {
 	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
 }  



timegap=100			// The time delay for menus to remain visible
followspeed=1		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// 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
"2D4D81",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"BE1000",			// Mouse On Background Color
"2D4D81",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
,					// Sub Menu Image (Leave this blank if not needed)
"FFffff",			// 3D Border & Separator bar
,					// 3D High Color
,					// 3D Low Color
"FFFFFF",			// Current Page Item Font Color (leave this blank to disable)
"2D4D81",			// Current Page Item Background Color (leave this blank to disable) #FF5527
,		// Top Bar image (Leave this blank to disable)
"000000",			// Menu Header Font Color (Leave blank if headers are not needed)
"2D4D81",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy",			    // Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
260,				// Menu Top - The Top position of the menu in pixels
10,				    // Menu Left - The Left position of the menu in pixels
143,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,				// 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
,				    // Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// 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 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// 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)
,					// Background image for menu when BGColor set to transparent.
0,				   	// Scrollable Menu
,					// Reserved for future use

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src='../images/bereiche/pfeil.gif' width='9' height='9' border='0'>&nbsp;Home","../index.php swapimage=../images/bereiche/pfeil-rot.gif",,"Back to the home page",1 
,"<img src='../images/bereiche/pfeil.gif' width='9' height='9' border='0'>&nbsp;<a href='../produkte/index.php' class='klappmenu'>Produkte&nbsp;</a>","show-menu=Produkte",,"",1
,"<img src='../images/bereiche/pfeil.gif' width='9' height='9' border='0'>&nbsp;Veranstaltungen","../veranstaltungen/index.php swapimage=../images/bereiche/pfeil-rot.gif",,"Infos zu den Veranstaltungen",1 
,"<img src='../images/bereiche/pfeil.gif' width='9' height='9' border='0'>&nbsp;Infomaterial","../infomaterial/index.php swapimage=../images/bereiche/pfeil-rot.gif",,"Bestellen Sie unsere Kataloge, Immunochemica, Flyer, Datenbl&auml;tter, usw. ",1 
,"<img src='../images/bereiche/pfeil.gif' width='9' height='9' border='0'>&nbsp;<a href='../profil/index.php' class='klappmenu'>Profil</a>&nbsp;","show-menu=Profil",,"",1
,"<img src='../images/bereiche/pfeil.gif' width='9' height='9' border='0'>&nbsp;Kontakt","../kontakt/index.php swapimage=../images/bereiche/pfeil-rot.gif",,"Fragen Sie uns!",1 
,"<img src='../images/bereiche/pfeil.gif' width='9' height='9' border='0'>&nbsp;Impressum","../impressum/index.php swapimage=../images/bereiche/pfeil-rot.gif",,"Wichtige Inforamtionen",1 

])

	addmenu(menu=["Produkte",
	,,190,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Überblick","../produkte/index.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	//,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Sonderaktionen","/produkte/sonderaktionen.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Antik&ouml;rper f&uuml;r die<br>&nbsp;&nbsp;&nbsp;Diagnostik","../produkte/immunhistologie.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Antik&ouml;rper f&uuml;r die<br>&nbsp;&nbsp;&nbsp;Forschung","../produkte/zellforschung.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Aufreinigung","../produkte/aufreinigung.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Automatisierte<br>&nbsp;&nbsp;&nbsp;Immunhistologie","../produkte/auto_immun.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Avidin, Streptavidin &amp;<br>&nbsp;&nbsp;&nbsp;Konjugate","../produkte/avidin.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Detektionskits","../produkte/detektionssysteme.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;ELISA","../produkte/zyquick.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;In situ-Hybridisierung","../produkte/in_situ.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Sekund&auml;rantik&ouml;rper","../produkte/sekundaer.php swapimage=../images/bereiche/pfeil-rot.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Zubeh&ouml;r<br>&nbsp;&nbsp;&nbsp;Immunhistologie","../produkte/immunhistologie_zubehoer.php swapimage=../images/bereiche/pfeil-rot.gif",,,1

	])

/*	addmenu(menu=["zellforschung",
		,,250,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Proteolytic Pathway ","/produkte/proteolytic.php",,,1
		,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Junctions","/produkte/junctions.php",,,1
		,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;EDG - G Protein-Coupled Receptors","/produkte/edg.php",,,1
		,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Polyfast","/produkte/polyfast.php",,,1
		,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Sekund&auml;rreagenzien/ZyMax<SUP><FONT SIZE='-2'>TM</FONT></SUP>","/produkte/sekundaer.php",,,1
		,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Sampler-Packs","/produkte/sampler.php",,,1
		])

	addmenu(menu=["Veranstaltungen",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Dynamic Drive","http://www.dynamicdrive.com swapimage=../images/bereiche/pfeil.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;JavaScript Kit","http://www.javascriptkit.com swapimage=../images/bereiche/pfeil.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Freewarejava.Com","http://www.freewarejava.com swapimage=../images/bereiche/pfeil.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Active-X.com","http://www.active-x.com swapimage=../images/bereiche/pfeil.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Web Monkey","http://www.webmonkey.com swapimage=../images/bereiche/pfeil.gif",,,1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Jars","http://www.jars.com swapimage=../images/bereiche/pfeil.gif",,,1
	]) 

	addmenu(menu=["Infomaterial",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Download.com","http://www.download.com",,,1
	,"Tucows","http://www.tucows.com",,,1
	])
*/	
	addmenu(menu=["Profil",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Über uns", "../profil/index.php",,"Über uns",1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Mitarbeiter", "../profil/mitarbeiter.php",,"Unsere Mitarbeiter",1
	,"<img src=../images/bereiche/pfeil.gif border=0>&nbsp;Gesch&auml;ftsbedingungen", "../profil/agb.php",,,1
	])
	

dumpmenus()