	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#DDDDDD';			// Background color when mouse is over
	var HighSubBgColor='#DDDDDD';			// Background color when mouse is over on subs
	var FontLowColor='#000099';			// Font color when mouse is not over
	var FontSubLowColor='#000099';			// Font color subs when mouse is not over
	var FontHighColor='#333333';			// Font color when mouse is over
	var FontSubHighColor='#333333';			// Font color subs when mouse is over
	var BorderColor='#DDDDDD';			// Border color
	var BorderSubColor='#DDDDDD';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif";	// Font family menu items
	var FontSize=11;				// 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=.02;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.02;			// vertical overlap child/ parent
	var StartTop=10;				// 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=05;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// 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='content';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='Test';				// 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 highlighted
	var Arrws=['tri.gif',20,20,'tridown.gif',20,20,'trileft.gif',20,210];	// Arrow source, width and height
	// This section is to be worked on - would like to have set variables for the 
	// width for each level of the menus ..
	var boxwidth=240; // sets Main Box width for menu 
	var subboxwidth =260;
	var subboxwidth1 =260;
	// Background for the menu 
	var bgbutn = 'http://www.nationalcapitalcartons.com.au/Templates/bgbutn.gif';
	var bgbutn2 = 'http://www.nationalcapitalcartons.com.au/Templates/bgbutn2.gif';
	
	// Set up var for the hard codeing of the paths as code can not handle  
	// tree structure for directories "path needs to be changed for live site - www.nationalcapitalcartons.com.au" 
	// Root Path 
	
	var WebSite =  'http://www.nationalcapitalcartons.com.au'; 
	
	var RootPath  = WebSite ;
	
	var CartonsPath  = WebSite + '/Cartons/';
	
	var PlasticPath = WebSite + '/Plastic/';
	
	var MailingPath = WebSite + '/Mailing/';

	var TapesPath = WebSite + '/Tapes/';

	var ProtectivePath = WebSite + '/Protective/';

	var SundriesPath = WebSite + '/Sundries/';

	var HardwarePath  = WebSite + '/Hardware/';
	
	var StrappingPath  = WebSite + '/Strapping/';

	// set height 
	var btnheight = '23';
	
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",WebSite + "/index.html",bgbutn,0,23,boxwidth);

Menu2=new Array("Cartons ....","",bgbutn,8);	
	Menu2_1=new Array("Printers",							CartonsPath + "Printers.html",			bgbutn,0,24,subboxwidth);
	Menu2_2=new Array("Bakers",								CartonsPath + "Bakers.html",			bgbutn,0);
	Menu2_3=new Array("Wineries",							CartonsPath + "Wineries.html",			bgbutn,0);
	Menu2_4=new Array("Removalist / storage", 				CartonsPath + "Removal.html",			bgbutn,0,24,subboxwidth);
    Menu2_5=new Array("Special Purpose",					CartonsPath + "Special.html",			bgbutn,0,24,subboxwidth);
	Menu2_6=new Array("Displays", 							CartonsPath + "Displays.html",			bgbutn,0);
	Menu2_7=new Array("Corrugated Boards ( Sheet & Roll)", 	CartonsPath + "Corrugated.html",		bgbutn,0);
	Menu2_8=new Array("Business Card Boxes",				CartonsPath + "Business_Cards.html",	bgbutn,0);

Menu3=new Array("Plastic Packaging & Wrapping","",bgbutn,6);
	Menu3_1=new Array("Bubble Wrap",						PlasticPath + "Bubble_wrap.html",						bgbutn,0,24,subboxwidth);
	Menu3_2=new Array("Bubble Bags & Protective Mailers", 	PlasticPath + "Bubble_Bages_Protective_mailers.html",	bgbutn,0,24,boxwidth);
	Menu3_3=new Array("Pallet Wrap & Bundling Film", 		PlasticPath + "Pallet_Wrap_Bundling_film.html",			bgbutn,0);	
	Menu3_4=new Array("Shrink Wrap", 						PlasticPath + "Shrink_wrap.html",						bgbutn,0);
	Menu3_5=new Array("Foam Wrap",							PlasticPath + "Foam_wrap.html",							bgbutn,0);
	Menu3_6=new Array("Proctectawrap",						PlasticPath + "Protectawrap.html",						bgbutn,0);

Menu4=new Array("Mailing Products","",bgbutn,4);
	Menu4_1=new Array("Bubble Bags & Protective Mailers", 	MailingPath + "Bubble_bags.html",			bgbutn2,0,24,subboxwidth);
	Menu4_2=new Array("Mailing Tubes",						MailingPath + "Mailing_tubs.html",			bgbutn2,0,24,subboxwidth);
	Menu4_3=new Array("Jiffy E-Tubes",						MailingPath + "Jiffy_E_Tubes.html",			bgbutn2,0,24);
	Menu4_4=new Array("Ubeeco-Qikpak",						MailingPath + "Ubeeco_Qikpak.html",			bgbutn2,0,24);
	
Menu5=new Array("Tapes","",bgbutn,4);
	Menu5_1=new Array("Packaging", 							TapesPath + "Packaging.html",				bgbutn2,0,24,subboxwidth);
	Menu5_2=new Array("Bookbinding", 						TapesPath + "Bookbinding.html",				bgbutn2,0,24,subboxwidth);
	Menu5_3=new Array("Printed Tapes", 						TapesPath + "Printed_Tapesp.html",			bgbutn2,0,24,subboxwidth);
	Menu5_4=new Array("Motor vehicle repairs",				TapesPath + "Motor_vehicle_repairs.html",	bgbutn2,0,24,subboxwidth);
	

Menu6=new Array("Protective Packaging","",bgbutn,9);
	Menu6_1=new Array("Void Fill", 							ProtectivePath + "Void_Fill.html",			bgbutn2,0,24,subboxwidth);
	Menu6_2=new Array("RF (Fill Air)",						ProtectivePath + "RF.html",					bgbutn2,0,24,subboxwidth);
	Menu6_3=new Array("Bubble wrap ", 						ProtectivePath + "Bubble_wrap.html",		bgbutn2,0,24,subboxwidth);
	Menu6_4=new Array("Foam wrap ", 						ProtectivePath + "Foam_wrap.html",			bgbutn2,0,24,subboxwidth);
	Menu6_5=new Array("Protectawrap ", 						ProtectivePath + "Protectawrap.html",		bgbutn2,0,24,subboxwidth);
	Menu6_6=new Array("Furniture corners ", 				ProtectivePath + "Furniture_corners.html",	bgbutn2,0,24,subboxwidth);
	Menu6_7=new Array("Pallet Base Boards ", 				ProtectivePath + "Pallet_base_boards.html",	bgbutn2,0,24,subboxwidth);
	Menu6_8=new Array("Instapak RT (self Inflating Foam) ", ProtectivePath + "Instapak.html",			bgbutn2,0,24,subboxwidth);
	Menu6_9=new Array("Furniture Bags ", 					ProtectivePath + "Furniture_bags.html",		bgbutn2,0,24,subboxwidth);

Menu7=new Array("Sundries","",bgbutn,5);
    Menu7_1=new Array("Aerosols ", 							SundriesPath + "Aerosols.html",				bgbutn,0,24,subboxwidth);
	Menu7_2=new Array("Glue ", 								SundriesPath + "Glue.html",					bgbutn,0,24,subboxwidth);
	Menu7_3=new Array("Hand Cleaner ", 						SundriesPath + "Hand_Cleaners.html",		bgbutn,0,24,subboxwidth);
	Menu7_4=new Array("Kraft counter rolls ", 				SundriesPath + "Krafty_Counter_rolls.html",	bgbutn,0,24,subboxwidth);
	Menu7_5=new Array("Tiger Tacos  ",      				SundriesPath + "Tiger_Tacos.html",			bgbutn,0,24,subboxwidth);
	
Menu8=new Array("Hardware & Dispensers","",bgbutn,4);
	Menu8_1=new Array("Bubble Wrap Roll Dispensers ",		HardwarePath + "Bubble_wrap.html",			bgbutn,0,24,subboxwidth);
	Menu8_2=new Array("Tape Dispensers ",					HardwarePath + "Tape_Despensers.html",		bgbutn,0);
	Menu8_3=new Array("Glue Guns ",							HardwarePath + "Glue_guns.html",			bgbutn,0);
	Menu8_4=new Array("Strapping Equipment ",				StrappingPath + "Strapping_equipment.html",			bgbutn,0);

Menu9=new Array("Strapping","",bgbutn,4);
    Menu9_1=new Array("Metal Strapping", 					StrappingPath + "Metal_Strapping.html",			bgbutn,0,24,subboxwidth);
	Menu9_2=new Array("Plastic Strapping ",					StrappingPath + "Plastic_strapping.html",		bgbutn,0);
	Menu9_3=new Array("Tools ",								StrappingPath + "Tools.html",			bgbutn,0);
	Menu9_4=new Array("Equipment ",							StrappingPath + "Strapping_equipment.html",			bgbutn,0);
