	var NoOffFirstLineMenus=8;
	var LowBgColor='#F9F9F9';				// Background color when mouse is not over
	var LowSubBgColor='#F9F9F9';
	var HighBgColor='#F9F9F9';			// Background color when mouse is over
	var HighSubBgColor='#F9F9F9';
	var FontLowColor='#793D00';			// Font color when mouse is not over
	var FontSubLowColor='#793D00';
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';
	var BorderColor='black';			
	var BorderSubColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;			
	var FontFamily="arial, verdana, Helvetica, sans-serif";
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=7;
	var TopPaddng=0;
	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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// 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=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("Home","http://www.winthiswarcd.com/home.shtml","",4,15,59);
	Menu1_1=new Array("Intro","http://www.winthiswarcd.com/home.shtml","",0,17,73);
	Menu1_2=new Array("Latest News","http://www.winthiswarcd.com/home.shtml#news","",0);
	Menu1_3=new Array("Newsletters","http://www.winthiswarcd.com/home.shtml#newsletters","",0);
	Menu1_4=new Array("Scrimmage","http://www.winthiswarcd.com/filmmakers-challenge.shtml","",0);

Menu2=new Array("The CD","http://www.winthiswarcd.com/cd/description.shtml","",5,15,65);
	Menu2_1=new Array("Description","http://www.winthiswarcd.com/cd/description.shtml","",0,17,66);
	Menu2_2=new Array("Reviews","http://www.winthiswarcd.com/cd/reviews.shtml","",0);
	Menu2_3=new Array("Articles/ TV","http://www.winthiswarcd.com/cd/articles.shtml","",0);
	Menu2_4=new Array("Samples","http://www.winthiswarcd.com/cd.shtml","",0);
	Menu2_5=new Array("Packaging","http://www.winthiswarcd.com/cd/packaging.shtml","",0);		

Menu3=new Array("Purchase","http://www.winthiswarcd.com/purchase.shtml","",0,15,76);

Menu4=new Array("The Artists","http://www.winthiswarcd.com/artists.shtml","",2,15,85);
	Menu4_1=new Array("List","http://www.winthiswarcd.com/artists.shtml","",0,17,75);
	Menu4_2=new Array("Photos/Links","http://www.winthiswarcd.com/artists/photos.shtml","",0);

Menu5=new Array("The Project","http://www.winthiswarcd.com/project.shtml","",3,15,85);
	Menu5_1=new Array("Story","http://www.winthiswarcd.com/project.shtml","",0,17,75);
	Menu5_2=new Array("Samples","http://www.winthiswarcd.com/cd.shtml","",0);
	Menu5_3=new Array("Get Involved","http://www.winthiswarcd.com/project/getinvolved.shtml","",0);
	
Menu6=new Array("Resources","http://www.winthiswarcd.com/resources.shtml","",0,15,85);

Menu7=new Array("Partners","http://www.winthiswarcd.com/partners.shtml","",0,15,70);

Menu8=new Array("Contact","http://www.winthiswarcd.com/contact.shtml","",0,15,50);