/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	  *
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='6F9FD0';			// Bgcolor on mouseup
	var LowSubBgColor='6F9FD0';			// Bg subs color on mouseup
	var HighBgColor='3070BF';			// Bgcolor on mouseover
	var HighSubBgColor='3070BF';		// Bg subs color on mouseover
	var FontLowColor='black';			// Font color on mouseup
	var FontSubLowColor='black';		// Font color subs on mouseup
	var FontHighColor='ADDAF0';			// Font color on mouseover
	var FontSubHighColor='ADDAF0';		// Font color subs on mouseover
	var BorderColor='3070BF';			// Border color
	var BorderSubColor='3070BF';		// Border subs color
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="sans ms,verdana,geneva,arial,"	// Font family menu items
	var FontSize=8;						// Font size menu items
	var FontBold=0;						// 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=.05;				// horizontal overlap child/parent
	var ChildVerticalOverlap=.1;		// vertical overlap child/parent
	var StartTop=156;					// Menu Y coordinate
	var StartLeft=15;					// Menu X coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=3;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=0;			// Horizontal/Vertical Menu 1 or 0
	var MenuFramesVertical=1;			// Frames in cols [1] or rows [0]
	var DissapearDelay=750;				// 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='';					// 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=['navigation/tri.gif',5,10,'navigation/tridown.gif',10,5,'navigation/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);

Menu1=new Array("Home","index.html","",0,20,129);

Menu2=new Array("About Us","","",4);
	Menu2_1=new Array("Youth","about_youth.html","",0,20,140);
	Menu2_2=new Array("Global Youth Voices","http://www.globalyouthvoices.org/about-us.html","",0);
	Menu2_3=new Array("TeenNet Project","about_teennet.html","",0);
	Menu2_4=new Array("Contact Us","about_contact.html","",0);

Menu3=new Array("Is Your Face Next","face.html","",0);

Menu4=new Array("Tobacco Plague","plague.html","",0);

Menu5=new Array("Global Robbery","robbery.html","",0);

Menu6=new Array("Target Market","target.html","",0);

Menu7=new Array("Take Action!","action.html","",0);

Menu8=new Array("*References","references.html","",0);