	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='000088';			// Background color when mouse is not over
	var LowSubBgColor='000088';			// Background color when mouse is not over on subs
	var HighBgColor='ORANGE';			// Background color when mouse is over
	var HighSubBgColor='ORANGE';			// Background color when mouse is over on subs
	var FontLowColor='CCCCCC';			// Font color when mouse is not over
	var FontSubLowColor='CCCCCC';			// Font color subs when mouse is not over
	var FontHighColor='000088';			// Font color when mouse is over
	var FontSubHighColor='000088';			// Font color subs when mouse is over
	var BorderColor='CCCCCC';			// Border color
	var BorderSubColor='CCCCCC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=81;				// 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=4;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// 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='header';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("Main Menu","http://www.BusinessResourceShop.com/home.htm","",5,20,126);
	Menu1_1=new Array("Home","http://www.BusinessResourceShop.com/home.htm","",0,20,130);
	Menu1_2=new Array("Contact Us","http://www.BusinessResourceShop.com/contact_us.htm","",0);
	Menu1_3=new Array("Disclaimer","http://www.BusinessResourceShop.com/disclaimer.htm","",0);
	Menu1_4=new Array("Copyright","http://www.BusinessResourceShop.com/copyright.htm","",0);
	Menu1_5=new Array("Privacy Policy","http://www.BusinessResourceShop.com/privacy_policy.htm","",0);

Menu2=new Array("Biz Resources","http://www.BusinessResourceShop.com/Resources/marketing_cards.htm","",6);
	Menu2_1=new Array("Biz Tips & News","http://www.BusinessResourceShop.com/Resources/biz_tips.htm","",0,20,130);
	Menu2_2=new Array("Marketing Cards","http://www.BusinessResourceShop.com/Resources/marketing_cards.htm","",0);
	Menu2_3=new Array("Advertise with Us","http://www.BusinessResourceShop.com/Resources/advertise.htm","",0);
	Menu2_4=new Array("Notebooks, PC's etc.","http://www.BusinessResourceShop.com/Resources/computers.htm","",0);
	Menu2_5=new Array("Useful Biz Links","http://www.BusinessResourceShop.com/business_links.htm","",0);
	Menu2_6=new Array("Affiliate Showcase","http://Affiliates.Biz-Aus.com","",0);

Menu3=new Array("Biz Directory","http://biz-AUSTRALIA.com","",2);
	Menu3_1=new Array("Business Search","http://biz-AUSTRALIA.com","",0,20,130);
	Menu3_2=new Array("Add Your Business","http://biz-AUSTRALIA.com/index.htm","",0);

Menu4=new Array("Web Services","http://www.BusinessResourceShop.com/Web/web_serv.htm","",9);
	Menu4_1=new Array("Design & Development","http://www.BusinessResourceShop.com/Web/web_serv.htm","",0,20,140);
	Menu4_2=new Array("Free Design Estimate","http://www.BusinessResourceShop.com/Web/estimate.htm","",0);
	Menu4_3=new Array("Instant Websites","http://www.BusinessResourceShop.com/Web/instant_ws.htm","",0);
	Menu4_4=new Array("Web Hosting","http://www.BusinessResourceShop.com/Web/hosting.htm","",0);
	Menu4_5=new Array("Domain Names","http://www.BusinessResourceShop.com/Web/domain.htm","",0);
	Menu4_6=new Array("Internet Access","http://www.BusinessResourceShop.com/Web/access.htm","",0);
	Menu4_7=new Array("Online Enquiry","http://www.BusinessResourceShop.com/Web/enquiry.htm","",0);
	Menu4_8=new Array("Advertise with Us","http://www.BusinessResourceShop.com/Resources/advertise.htm","",0);
	Menu4_9=new Array("Partner with Us","http://www.BusinessResourceShop.com/Web/partners.htm","",0);

Menu5=new Array("Free Stuff","http://www.BusinessResourceShop.com/AUSBOX","",9);
	Menu5_1=new Array("AusBox Web Based Email","http://www.BusinessResourceShop.com/AUSBOX","",0,20,155);
	Menu5_2=new Array("Business Email & Hosting","http://www.BusinessResourceShop.com/FreeStuff/email_hosting.htm","",0);
	Menu5_3=new Array("e-Business Newsletter","javascript:void(window.open('http://www.BusinessResourceShop.com/mail.asp', 'pp', 'width=480,height=450,top=50,left=50,scrollbars=no,status=no,toolbars=no'));","",0);
	Menu5_4=new Array("Business Directory","javascript:open_window('http://biz-AUSTRALIA.com')","",0);
	Menu5_5=new Array("Business Opportunity","http://www.BusinessResourceShop.com/Web/partners.htm","",0);
	Menu5_6=new Array("Business Tips & News","http://www.BusinessResourceShop.com/Resources/biz_tips.htm","",0);
	Menu5_7=new Array("Affiliate Showcase","http://Affiliates.Biz-Aus.com","",0);
	Menu5_8=new Array("Useful Business Links","http://www.BusinessResourceShop.com/business_links.htm","",0);
	Menu5_9=new Array("Search the Web","http://www.BusinessResourceShop.com/FreeStuff/search_engines.htm","",0);

Menu6=new Array("Shopping Cart","javascript:open_window('http://www.BusinessResourceShop.com/order.asp')","",1);
	Menu6_1=new Array("View Cart / Check Out","javascript:open_window('http://www.BusinessResourceShop.com/order.asp')","",0,20,130);
