	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#ff7111';			// Background color when mouse is not over
	var LowSubBgColor='#ff7111';			// Background color when mouse is not over on subs
	var HighBgColor='#ff7111';			// Background color when mouse is over
	var HighSubBgColor='#000066';			// Background color when mouse is over on subs
	var FontLowColor='#000066';			// Font color when mouse is not over
	var FontSubLowColor='#000066';			// Font color subs when mouse is not over
	var FontHighColor='#000066';			// Font color when mouse is over
	var FontSubHighColor='#ff7111';			// Font color subs when mouse is over
	var BorderColor='#ff7111';			// Border color
	var BorderSubColor='#ff7111';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Verdana, Helvetica, Arial, Sans-serif;"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontSizeN=10;				// Font size menu items Netscape
	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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y 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=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='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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/images/nav_arrow.gif',5,10,'/images/nav_arrow_down.gif',10,5,'/images/nav_arrow_right.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.accountingweb.com/index.html","",0,19,70);

Menu2=new Array("Members","http://www.accountingweb.com/membertools","",5,19,92);
	Menu2_1=new Array("Member Tools","http://www.accountingweb.com/membertools","",0,19,168);
	Menu2_2=new Array("Login","http://www.accountingweb.com/login","",0,19,168);
	Menu2_3=new Array("Your Account  ->","","",5,19,168);
		Menu2_3_1=new Array("Change Password","http://www.accountingweb.com/profile","",0,19,145);	
		Menu2_3_2=new Array("Change Email","http://www.accountingweb.com/profile","",0,19,145);			
		Menu2_3_3=new Array("Logout","http://www.accountingweb.com/logout","",0,19,145);	
		Menu2_3_4=new Array("Your Documents","http://www.accountingweb.com/templates/ppv/mydocsframe.html","",0,19,145);
		Menu2_3_5=new Array("Profile","http://www.accountingweb.com/profile","",0,19,168);	
	Menu2_4=new Array("Premium Subscription","http://www.accountingweb.com/marketplace/prem","",0,19,168);	
	Menu2_5=new Array("Register","http://www.accountingweb.com/register","",0,19,168);
	
Menu3=new Array("News","http://www.accountingweb.com/news","",4,19,69);
	Menu3_1=new Array("News Home","http://www.accountingweb.com/news","",0,19,130);
	Menu3_2=new Array("Hot Topics","http://www.accountingweb.com/news/hottopics.html","",0,19,130);
	Menu3_3=new Array("Newswires","http://www.accountingweb.com/pastnews/html_wires/index.html","",0,19,130);
	Menu3_4=new Array("Premium Content","http://www.accountingweb.com/news/premiumcontent.html","",0,19,130);
	
	
Menu4=new Array("Resources","http://www.accountingweb.com/resources","",4,19,100);
	Menu4_1=new Array("Resources Home","http://www.accountingweb.com/resources","",0,19,130);
	Menu4_2=new Array("MarketPlace  ->","http://www.accountingweb.com/marketplace","",4,19,130);	
		Menu4_2_1=new Array("MarketPlace Home","http://www.accountingweb.com/marketplace","",0,19,130);	
		Menu4_2_2=new Array("Books","http://www.accountingweb.com/book","",0,19,130);
		Menu4_2_3=new Array("Industry Profiles","http://www.accountingweb.com/firstres","",0,19,130);	
		Menu4_2_4=new Array("Policy Templates","http://www.accountingweb.com/marketplace/policy","",0,19,130);	
	Menu4_3=new Array("Links","http://www.accountingweb.com/links","",0,19,130);
	Menu4_4=new Array("Calculators","http://www.accountingweb.com/tools/calculators.html","",0,19,130);
		
Menu5=new Array("About Us","http://www.accountingweb.com/about","",6,19,100);
	Menu5_1=new Array("About Us Home","http://www.accountingweb.com/about","",0,19,120);	
	Menu5_2=new Array("Advertise Here","http://www.accountingweb.com/help/advertise.html","",0,19,120);	
	Menu5_3=new Array("Our Policies  ->","","",3,19,120);
		Menu5_3_1=new Array("Copyright Statement","http://www.accountingweb.com/about/copyright.html","",0,19,160);
		Menu5_3_2=new Array("Refund Policy","http://www.accountingweb.com/help/disclaimer.html#refund","",0,19,160);
		Menu5_3_3=new Array("Reprint Policy","http://www.accountingweb.com/about/reprint.html","",0,19,160);
	Menu5_4=new Array("Contact Us","http://www.accountingweb.com/help/contact.html","",0,19,120);
	Menu5_5=new Array("FAQs","http://www.accountingweb.com/help/faq.html","",0,19,120);
	Menu5_6=new Array("Help","http://www.accountingweb.com/help","",0,19,120);
	
