/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			
	var LowBgColor='#a4c2c2';			
	var LowSubBgColor='#a4c2c2';			
	var HighBgColor='#669999';			
	var HighSubBgColor='#669999';			
	var FontLowColor='black';			
	var FontSubLowColor='black';			
	var FontHighColor='black';			
	var FontSubHighColor='black';			
	var BorderColor='#a4c2c2';			
	var BorderSubColor='white';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=0;			
	var FontFamily="Verdana"	
	var FontSize=10;				
	var FontBold=0;				
	var FontItalic=0;				
	var MenuTextCentered='center';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=118;				
	var StartLeft=200;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=0;				
	var TopPaddng=2;				
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=0;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	

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("Home","index.html","",0,20,100);

Menu2=new Array("Partners","Partners.html","",3);
	Menu2_1=new Array("FCRG" ,"http://www.psych.uic.edu/fcrg/index.html","",0,20,100);
	Menu2_2=new Array("CPVP ","http://www.ceasefirechicago.org/","",0);
	Menu2_3=new Array("ICVP","http://www.icvp.org/index.htm","",0);
	
Menu3=new Array("People","staff.html","",3);
	Menu3_1=new Array("FCRG","staff.html","",12,20,100);
		Menu3_1_1=new Array("P. Tolan","http://www.psych.uic.edu/fcrg/tolan.html","",0,20,120);
		Menu3_1_2=new Array("D. Gorman-Smith","http://www.psych.uic.edu/fcrg/smith.html","",0);
		Menu3_1_3=new Array("D. Henry","http://www.psych.uic.edu/fcrg/henry.html","",0);
		Menu3_1_4=new Array("M. Schoeny","http://www.psych.uic.edu/fcrg/mschoeny.html","",0);
		Menu3_1_5=new Array("J. Abdul-Adil","http://www.psych.uic.edu/faculty/adil.htm","",0);
		Menu3_1_6=new Array("K. Anderson","staff.html#KAnderson","",0);
		Menu3_1_7=new Array("G. Bernal","staff.html#GBernal","",0);
		Menu3_1_8=new Array("K. Chaney","staff.html#KChaney","",0);
		Menu3_1_9=new Array("F. Gay","staff.html#FGay","",0);
		Menu3_1_10=new Array("D. Gras-Partyka","staff.html#DGras","",0);
		Menu3_1_11=new Array("E. Melero","staff.html#EMelero","",0);
		Menu3_1_12=new Array("S. Woo","staff.html#SWoo","",0);
		
	Menu3_2=new Array("CPVP ","staff.html#CPVP","",2,20,90);
		Menu3_2_1=new Array("C. Kane","Kane.html","",0,20,110);
		Menu3_2_2=new Array("E. Quintana","Quintana.html","",0);
	Menu3_3=new Array("ICVP","staff.html#ICVP","",1,20,90);
		Menu3_3_1=new Array("D. Bretag","Bretag.html","",0,20,110);

Menu4=new Array("Projects","projects.html","",3);
	Menu4_1=new Array("Research","Projects.html","",2,20,100);
		Menu4_1_1=new Array("SAFE Children Effectiveness","http://www.psych.uic.edu/fcrg/safe.html","",0,20,200);
		Menu4_1_2=new Array("Violence Survelliance System","projects.html#Survelliance","",0);
	Menu4_2=new Array("Outreach","Projects.html#CPVP","",1,20,100);	
		Menu4_2_1=new Array("CeaseFire Outreach","http://www.ceasefirechicago.org/","",0,20,200);
	Menu4_3=new Array("Training","Projects.html#ICVP","",1,20,100);
		Menu4_3_1=new Array("Violence Prevention Curriculum","http://www.icvp.org/icvp.asp","",0,20,200);
