/***********************************************************************************
 *	(c) Ger Versluis 2000 version 5.41 24 December 2001	                           *
 *	For info write to menus@burmees.nl		                                         *
 *	You may remove all comments for faster loading	                               *
 ***********************************************************************************/

  var AgntUsr=navigator.userAgent.toLowerCase();
  var ExpYes=AgntUsr.indexOf('msie')!=-1?1:0;

	var NoOffFirstLineMenus=1;			// Number of first level items
	var LowBgColor='#ded8c0';			// Background color when mouse is not over
	var LowSubBgColor='#ded8c0';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='#444444';			// Font color when mouse is not over
	var FontSubLowColor='#444444';			// Font color subs when mouse is not over
	var FontHighColor='#444444';			// Font color when mouse is over
	var FontSubHighColor='#444444';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
  var BorderSubColor='#888888';     // Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,helvetica,sans-serif";	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.02;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.05;			// vertical overlap child/ parent
	var StartTop=3;		  			// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate

	if ( ExpYes )	StartTop=0;			// Menu offset x coordinate for MSIE

	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;	  			// delay before menu folds in (milliseconds)
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/Uni/img/se_right.gif',5,10,'/Uni/img/se_down.gif',10,5,'/Uni/img/se_left.gif',5,10];	// Arrow source, width and height

function BeforeStart() 			{ return; }
function AfterBuild()				{ return; }
function BeforeFirstOpen()	{ return; }
function AfterCloseAll()		{ return; }


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Quick Links","","",8 ,25,156);
	Menu1_1 =new Array("Central Facilities","","",7, 23,156 );	
		Menu1_1_1=new Array("Computing Center","http://www.rz.uni-karlsruhe.de/", "",0, 23,200 );
		Menu1_1_2=new Array("Library","http://www.ubka.uni-karlsruhe.de/index_engl.html", "",0, 23,200 );
		Menu1_1_3=new Array("International Office","http://www.aaa.uni-karlsruhe.de/english/", "",0, 23,200 );
                Menu1_1_4=new Array("Registration Office","http://www.zvw.uni-karlsruhe.de/studienbuero.php", "",0, 23,200 );
	        Menu1_1_5=new Array("Student Advisory Service","http://www.zib.uni-karlsruhe.de/", "",0, 23,200 );
	  	Menu1_1_6=new Array("Administration","http://www.zvw.uni-karlsruhe.de", "",0, 23,200 );
	  	//Menu1_1_7=new Array("Office of the President ","http://www.uni-karlsruhe.de/info/en/rektorat.php", "",0, 23,200 );
	  	Menu1_1_7=new Array("KIT Organs","http://www.kit.edu/english/institutions.php", "",0, 23,200 );
	Menu1_2 =new Array("Departments","/info/en/fakultaeten.php","",11, 23,156 );	
		Menu1_2_1=new Array("Architecture","http://www.architektur.uni-karlsruhe.de/","",0, 23,300 );
		Menu1_2_2=new Array("Chemical and Process Engineering","http://www.ciw.uni-karlsruhe.de/index.en.html","",0, 23,300 );
		Menu1_2_3=new Array("Chemistry and Lifesciences","http://www.chemie.uni-karlsruhe.de/english/index.html","",0, 23,300 );
		Menu1_2_4=new Array("Civil Engineering-, Geo- and Environmental Sciences","http://www.bgu.uni-karlsruhe.de/","",0, 23,300 );
		Menu1_2_5=new Array("Computer Sciences","http://www.informatik.kit.edu/","",0, 23,300 );
		Menu1_2_6=new Array("Economics and Business Engineering","http://www.wiwi.uni-karlsruhe.de/index_html?&lang=en&format=normal","",0, 23,300 );
		Menu1_2_7=new Array("Electrical Engineering and Information Technology","http://www.etit.uni-karlsruhe.de/","",0, 23,300 );
		Menu1_2_8=new Array("Humanities and Social Sciences","http://fakultaet.geist-soz.uni-karlsruhe.de/","",0, 23,300 );
		Menu1_2_9=new Array("Mathematics","http://www.mathematik.uni-karlsruhe.de/english.html","",0, 23,300 );
		Menu1_2_10=new Array("Mechanical Engineering","http://www.mach.uni-karlsruhe.de/index.php?en","",0, 23,300 );
		Menu1_2_11=new Array("Physics","http://www.physik.uni-karlsruhe.de/","",0, 23,300 );
	Menu1_3 =new Array("Institutes","/visitors/euo.php#1","",0, 23,156 );	
	Menu1_4 =new Array("Services","","",5, 23,156 );	
		Menu1_4_1=new Array("Public Relations","http://www.pkm.kit.edu/english/", "",0, 23,200 );
		Menu1_4_2=new Array("Further Education","http://www.hoc.kit.edu", "",0, 23,200 );
		Menu1_4_3=new Array("Technology Transfer","http://www.ft.uni-karlsruhe.de/index_e.htm", "",0, 23,200 );
		Menu1_4_4=new Array("Online Markets","http://www.uni-karlsruhe.de/markt/", "",0, 23,200 );
		Menu1_4_5=new Array("Cafeteria menus","http://www.studentenwerk-karlsruhe.de/speiseplaene.php", "",0, 23,200 );
	Menu1_5 =new Array("University Calendar","https://zvwgate.zvw.uni-karlsruhe.de/qisserver/servlet/de.his.servlet.RequestDispatcherServlet?state=user&type=0&application=lsf&noDBAction=y&init=y","",0, 23,156 );	
	Menu1_6 =new Array("Campus Map","/info/en/campusmap.php","",0, 23,156 );	
	Menu1_7 =new Array("Phone Directory","/info/en/tel.php","",0, 23,156 );	
	Menu1_8 =new Array("Calendar of Events","http://www.uni-karlsruhe.de/calendar/uni","",0, 23,156 );	

	Menu1_9 =new Array("University Calendar","https://lsf.zvw.uni-karlsruhe.de/qisserver/servlet/de.his.servlet.RequestDispatcherServlet?state=wtree&search=1&menuid=lectureindex","",0, 23,156 );	
	Menu1_10=new Array("Campus Map","/info/en/campusmap.php","",0, 23,156 );	
	Menu1_11=new Array("Phone Directory","/fs/cgi-bin/tel/","",0, 23,156 );	
	Menu1_12 =new Array("Calendar of Events","http://www.uni-karlsruhe.de/calendar/uni","",0, 23,156 );	
	Menu1_13=new Array("Punkt 13","blank.htm","",0, 25,156 );	
	Menu1_14=new Array("Punkt 14","blank.htm","",0, 25,156 );	
	Menu1_15=new Array("Punkt 15","blank.htm","",0, 25,156 );	
	Menu1_16=new Array("Punkt 16","blank.htm","",0, 25,156 );	
	Menu1_17=new Array("Punkt 17","blank.htm","",0, 25,156 );	
	Menu1_18=new Array("Punkt 18","blank.htm","",0, 25,156 );	
	Menu1_19=new Array("Punkt 19","blank.htm","",0, 25,156 );

