	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#005F37';			// Background color when mouse is over
	var HighSubBgColor='#005F37';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#F0AB18';			// Border color
	var BorderSubColor='#09633F';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial,Helvetica,sans-serif"	// Font family menu items
	var FontSize=10;				// 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','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=136;				// 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=4;				// 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=0;			// 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=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","index.html","",0,20,40);
Menu2=new Array("About Greerton","about.html","",0,20,90);	
Menu3=new Array("News & Events","news.html","",0,20,90);
Menu4=new Array("Business Directory","business.html","",2,20,100);
	Menu4_1=new Array("A - H","","",14,20,100);
		Menu4_1_1=new Array("Bakeries","bakeries.html","",0,20,160);
		Menu4_1_2=new Array("Banks","banks.html","",0,20,100);
		Menu4_1_3=new Array("Books/Stationery/Post Shop","books.html","",0,20,100);
		Menu4_1_4=new Array("Community Support Groups","community.html","",0,20,100);
		Menu4_1_5=new Array("Computers/Internet","computers.html","",0,20,100);
		Menu4_1_6=new Array("Copying Services","copying.html","",0,20,100);
		Menu4_1_7=new Array("Dairies/Superettes","dairies.html","",0,20,100);
		Menu4_1_8=new Array("Entertainment","entertainment.html","",0,20,100);
		Menu4_1_9=new Array("Fashion/Accessories","fashion.html","",0,20,100);
		Menu4_1_10=new Array("Function Centres","functions.html","",0,20,100);	
		Menu4_1_11=new Array("Furniture/Hardware","furniture.html","",0,20,100);
		Menu4_1_12=new Array("Gifts/Florists/Jewellers","gifts.html","",0,20,100);
		Menu4_1_13=new Array("Hair/Beauty","hair.html","",0,20,100);
		Menu4_1_14=new Array("Healthcare/Health Stores","healthcare.html","",0,20,100);
	
	Menu4_2=new Array("I - Z","","",13,20,100);
		Menu4_2_1=new Array("Library","library.html","",0,20,160);
		Menu4_2_2=new Array("Liquor Outlets","liquor.html","",0,20,160);
		Menu4_2_3=new Array("Pet Shops","petshops.html","",0,20,160);
		Menu4_2_4=new Array("Pharmacies/Health Stores","pharmacies.html","",0,20,100);
		Menu4_2_5=new Array("Professional Services","professional.html","",0,20,100);
		Menu4_2_6=new Array("Real Estate","realestate.html","",0,20,100);
		Menu4_2_7=new Array("Repairs/Manufacturers","repairs.html","",0,20,100);
		Menu4_2_8=new Array("Schools/Child Care","schools.html","",0,20,100);
		Menu4_2_9=new Array("Secondhand Shops","secondhand.html","",0,20,100);
		Menu4_2_10=new Array("Service Stations","servicestations.html","",0,20,100);
		Menu4_2_11=new Array("Sports/Outdoors/Hobbies","sports.html","",0,20,100);
		Menu4_2_12=new Array("Supermarkets/Produce","supermarkets.html","",0,20,100);
		Menu4_2_13=new Array("Travel","travel.html","",0,20,100);
	
Menu5=new Array("Dining Out","dining.html","",0,20,60);		
Menu6=new Array("Accommodation","accommodation.html","",0,20,90);
Menu7=new Array("Photo Gallery","gallery.html","",0,20,70);
Menu8=new Array("Things to Do","activities.html","",0,20,70);
Menu9=new Array("Map","maps.html","",0,20,40);
Menu10=new Array("Contact Us","contact.html","",0,20,70);