/***********************************************************************************
*	(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 NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#A6662A';			// Background color when mouse is not over
	var LowSubBgColor='#A6662A';			// Background color when mouse is not over on subs
	var HighBgColor='#C79411';			// Background color when mouse is over
	var HighSubBgColor='#C79411';			// Background color when mouse is over on subs
	var FontLowColor='#fcf6e7';			// Font color when mouse is not over
	var FontSubLowColor='#fcf6e7';			// Font color subs when mouse is not over
	var FontHighColor='#fcf6e7';			// Font color when mouse is over
	var FontSubHighColor='#fcf6e7';			// Font color subs when mouse is over
	var BorderColor='#C79411';			// Border color
	var BorderSubColor='#C79411';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,Helvetica";	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=15;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=1;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='leftFrame';			// Frame where first level appears old:navig
	var SecLineFrame='leftFrame';			// Frame where sub levels appear
	var DocTargetFrame='parent';			// Frame where target documents appear
	var TargetLoc='';				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.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("Welcome","index.php","",0,20,120);
Menu2=new Array("Bartels","index.php?main=bartels","",0,18,120);
Menu3=new Array("Research","index.php?main=research","",0,20,120);
Menu4=new Array("Publications","index.php?main=publications","",0,20,120);
Menu5=new Array("In the Media","index.php?main=media","",0,20,120);
Menu6=new Array("People","index.php?main=people","",0,20,120);
Menu7=new Array("Sponsors","index.html?main=graduate&graduatecat=welcome","",0,20,120);
Menu8=new Array("Wanted !!!","index.html?main=graduate&graduatecat=welcome","",0,20,120);
Menu9=new Array("Directions","index.html?main=graduate&graduatecat=welcome","",0,20,120);

//Menu11=new Array("Chem Club","http://www.geocities.com/chemclubucr/index.html","",0,18,129);
//Menu5=new Array("Staff","/students/index.html","",0,18,129);
//Menu6=new Array("Post Docs","/students/undergrad.html","",0,18,129);
//Menu7=new Array("Facilities","/graduate/index.html","",3,18,129);
//	Menu7_1=new Array("Electronics Shop", "/graduate/index.html","",0,20,175);	
//	Menu7_2=new Array("Glass Shop", "/students/graduate_programs.html","",0,20,175);
//	Menu7_3=new Array("Machine Shop", "/students/testimonials/student_testimonials.html","",0,20,175);
//Menu8=new Array("Colloquium & Seminars","/seminars/index.html","",5,28,129);
//	Menu8_1=new Array("Department Colloquium", "/seminars/colloquia.html","",0,20,175);
//	Menu8_2=new Array("Analytical Chemistry", "http://physics.ucr.edu/~kawakami/nanoscalejc.html","",0,20,175);
//	Menu8_3=new Array("Inorganic Chemistry", "http://www.faculty.ucr.edu/~leonid/cmtseminar.html","",0,20,175);
//	Menu8_4=new Array("Organic Chemistry", "/seminars/astroparticle.html","",0,20,175);
//	Menu8_5=new Array("Physical Chemistry", "/seminars/astroparticle.html","",0,20,175);
//Menu9=new Array("General Information","/contact/index.html","",0,28,129);

