
	// Globals, die alle Menues betreffen
	var PopNoOffMenus=1;	// Anzahl der einzelnen Submenues
	var BaseHref="";		// Root der Site
	var PopRClick=0;		// gibt an, welches Menue auf rechten Mausklick reagiert. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	var PopMenuShadow="";
	var PopMenuShadow="";

	var PopMenuOpacity="";
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}


PopMenu1=new Array(			// globale Variable fuer PopMenu1
	13,						// Anzahl der Navigationselemente
	0,						// linke Position
	32,						// obere Postition
	"white",				// Schriftfarbe nicht aktiv
	"#003399",				// Hintergrundfarbe nicht aktiv
	"#FFFFFF",				// Schriftfarbe aktiv
	"#8AA2D2",				// Hintergrundfarbe aktiv
	"#2E5AB4",				// Border Farbe
	"Arial, Helvetica",		// Schrifttype
	1,						// Bold
	0,						// Italic
	11,						// Schriftgroesse in Pixel
	0,						// erste Horizontale Line 
	1,						// erste Line permanent sichtbar
	0,						// Border Breite
	"left",					// Text align left, center oder right
	0,						// Horizontal overlap
	0,						// Vertical overlap
	0,						// Verzoegerung
	0,						// von rechts nach links Aufklappen
	"untermenu",			// Target div
	0,						// Border zwischen den Navigationselementen
	"left",					// Menue horizontal centered left, center oder right
	"top",					// Menue vertical centered top, center oder bottom
	BaseHref+"tri.gif",		// Arrow right
	5,						// Arrow Width
	10,						// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,						// Arrow Width
	5,						// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,						// Arrow Width
	10,						// Arrow Height
	0,						// Top padding
	7,						// Left padding
	0);						// Aufklappen bei Klick

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

	PopMenu1_1=new Array(
		"Chemie",			// ElementText
		"../chemical/chemical.htm",		// ElementLink
		"",					// ElementBgImage
		0,					// ElementNoOfSubElements
		28,					// ElementHeight
		138,				// ElementWidth
		"",					// ElementBgColor
		"",					// ElementBgHighColor
		"",					// ElementFontColor
		"",					// ElementFontHighColor
		"",					// ElementBorderColor
		"",					// ElementFontFamily
		-1,					// ElementFontSize in pixel
		-1,					// ElementBold
		-1,					// ElementItalic
		"",					// ElementTextAlign
		"");				// ElementStatusText

	PopMenu1_2=new Array("","","",0,1,138,"#2E5AB4","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("LifeScience","../lifescie/lifescie.htm","",0,28,138,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("","","",0,1,138,"#2E5AB4","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("Mineralien & Metalle","../minerals/minerals.htm","",0,28,138,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("","","",0,1,138,"#2E5AB4","","","","","",-1,-1,-1,"","");	
	PopMenu1_7=new Array("Keramik","ceramics.htm","",0,28,138,"#8AA2D2","","","","","",-1,-1,-1,"","");
	PopMenu1_8=new Array("","","",0,1,138,"#2E5AB4","","","","","",-1,-1,-1,"","");	
	PopMenu1_9=new Array("Kunststoffe","../plastics/plastics.htm","",0,28,138,"","","","","","",-1,-1,-1,"","");
	PopMenu1_10=new Array("","","",0,1,138,"#2E5AB4","","","","","",-1,-1,-1,"","");	
	PopMenu1_11=new Array("Farben & Lacke","../paint/paint.htm","",0,28,138,"","","","","","",-1,-1,-1,"","");	
	PopMenu1_12=new Array("","","",0,1,138,"#2E5AB4","","","","","",-1,-1,-1,"","");	
	PopMenu1_13=new Array("Anwendungen von A-Z / Suche","../a_to_z/a_to_z.htm","",0,28,138,"","","","","","",-1,-1,-1,"","");	


