/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			
	var LowBgColor='#7686A5';			
	var LowSubBgColor='#C2C9D7';			
	var HighBgColor='#003366';			
	var HighSubBgColor='#7686A5';			
	var FontLowColor='white';			
	var FontSubLowColor='#003366';			
	var FontHighColor='white';			
	var FontSubHighColor='white';			
	var BorderColor='white';			
	var BorderSubColor='white';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			
	var FontFamily="arial,verdana,helvetica"	
	var FontSize=9;				
	var FontBold=0;				
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=143;				
	var StartLeft=185;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=2;				
	var FirstLineHorizontal=0;			
	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=1;				
	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("Mission","mission.html","",0);
	
Menu3=new Array("People","staff.html","",2);
	Menu3_1=new Array("PIs","staff.html","",4,20,75);
		Menu3_1_1=new Array("P. Tolan","tolan.html","",0,20,110);
		Menu3_1_2=new Array("D. Gorman-Smith","smith.html","",0);
		Menu3_1_3=new Array("D. Henry","henry.html","",0);
		Menu3_1_4=new Array("M. Schoeny","mschoeny.html","",0);
	Menu3_2=new Array("Staff ","staff.html","",0);
Menu4=new Array("Projects","projects.html","",8);
	Menu4_1=new Array("Chicago Center for Youth Violence Prevention","ccyvp.html","",0,20,220);
	Menu4_2=new Array("Schools and Families Education Children","safe.html","",3);
		Menu4_2_1=new Array("SAFE I (Efficacy)","safe.html#SAFEI","",0,20,120);
		Menu4_2_2=new Array("SAFE II (Booster)","safe.html#SAFEII","",0,20,110);
		Menu4_2_3=new Array("SAFE Effectiveness","safe.html#SAFEeffectiveness","",0,20,110);
	Menu4_3=new Array("Chicago Youth Development Study","cyds.html","",3);
		Menu4_3_1=new Array("Partner Violence","cyds.html#Partner","",0,20,120);
		Menu4_3_2=new Array("Fathering","cyds.html#Fathering","",0,20,120);
		Menu4_3_3=new Array("CYDS","cyds.html","",0,20,120);
	Menu4_4=new Array("Metropolitan Area Child Study","macs.html","",0);
	Menu4_5=new Array("GREAT Schools and Families","great.html","",0);
	Menu4_6=new Array("Community Ecology","community.html","",0);
	Menu4_7=new Array("Peer Influences on HIV/STD Risk","pihr.html","",0);
	Menu4_8=new Array("Neighborhood Variation","neighborhood.html","",0);

Menu5=new Array("Publications","publications.html","",0);
	
Menu6=new Array("Products","products.html","",0);

Menu7=new Array("Measures","measures.html","",0);
Menu8=new Array("Related Links","links.html","",0);
Menu9=new Array("Contact","staff.html","",0);



