/***********************************************************************************
*	(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=5;			// Number of first level items
	var LowBgColor='#BAD8FF';			// Background color when mouse is not over
	var LowSubBgColor='#BAD8FF';			// Background color when mouse is not over on subs
	var HighBgColor='#003798';			// Background color when mouse is over
	var HighSubBgColor='#003798';			// Background color when mouse is over on subs
	var FontLowColor='#003798';			// Font color when mouse is not over
	var FontSubLowColor='#003798';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#003798';			// Border color
	var BorderSubColor='#003798';			// 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=8;					// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=3;				// 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=100;				// delay before menu folds in
	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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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("Home","index.htm","",0,21,80);

Menu2=new Array("About Us","","",4,21,80);
	Menu2_1=new Array("Mission","mission.htm","",0,18,140);
	Menu2_2=new Array("Organizational Chart", "org.htm","",0);
	Menu2_3=new Array("Staff","staff.htm","",0);
	Menu2_4=new Array("Contact Us", "contact.htm","",0);

Menu3=new Array("Resources","","",4,21,80);
	Menu3_1=new Array("Media","","",2,18,140);
		Menu3_1_1=new Array("Articles and Interviews","articles.htm","",0,23,140);
		Menu3_1_2=new Array("Press Releases","pr.htm","",0,23,140);
	Menu3_2=new Array("Presentations","presentation.htm","",0,18,160);
    Menu3_3=new Array("Publications","pubs.htm","",0,18,140);
	Menu3_4=new Array("Reports","reports.htm","",9,18,140);
		Menu3_4_1=new Array("HWTF Tobacco Free Colleges Initiative","college_ini.htm","",0,33,160);
		Menu3_4_2=new Array("HWTF Teen Tobacco Use Prevention and Cessation Initiative","teen_use.htm","",0,44,160);
		Menu3_4_3=new Array("HWTF Quitline Evaluation","quitline_eval.htm","",0,18,160);
		Menu3_4_4=new Array("NC HWTF Media Campaigns","tru_media.htm","",0,18,160);
		Menu3_4_5=new Array("NC Red Flag Campaign Evaluation","redflag_report.htm","",0,33,160);
		Menu3_4_6=new Array("CHAMP Survey","champ_report.htm","",0,18,160);
		Menu3_4_7=new Array("Tobacco-Free Schools Study","http://www.tpep.unc.edu/schools_report.htm","",0,33,160);
		Menu3_4_8=new Array("Tobacco-Free Schools Legislation Survey","http://www.tpep.unc.edu/TFS_Legistaive_Survey.htm","",0,33,160);				Menu3_4_9=new Array("Strategies for Reducing Youth Access to Tobacco","http://www.tpep.unc.edu/reducing_youth_access.htm","",0,33,160);
																																							
Menu4=new Array("Services","","",6,21,85);
	Menu4_1=new Array("Technical Assistance & Consultation","re.htm#ta","",0,33,140);
	Menu4_2=new Array("Research & Evaluation","re.htm#re","",0,18,140);
	Menu4_3=new Array("Training", "re.htm#training","",0,18,140);
	Menu4_4=new Array("Education","re.htm#edu","",0,18,140);
	Menu4_5=new Array("EnTER","re.htm#enter","",0,18,140);
	Menu4_6=new Array("Nicotine Dependence Program","re.htm#ndp","",0,33,140);

Menu5=new Array("Links","","",5,21,85);
	Menu5_1=new Array("NC Tobacco Prevention","ncprevention.htm","",0,18,140);
	Menu5_2=new Array("National Tobacco Prevention","national.htm","",0,33,140);
	Menu5_3=new Array("Second Hand Smoke","shsmoke.htm","",0);
	Menu5_4=new Array("Tobacco Control Evaluation","evaluation.htm","",0,33,140);	
	Menu5_5=new Array("Cessation", "cessation.htm","",0);



	