	var NoOffFirstLineMenus=11;			// Number of first level items

	var LowBgColor='#228B22';			// Background color when mouse is not over

	var LowSubBgColor='#228B22';		// Background color when mouse is not over on subs

	var HighBgColor='#7CFC00';			// Background color when mouse is over

	var HighSubBgColor='#7CFC00';		// Background color when mouse is over on subs

	var FontLowColor='#7CFC00';		// Font color when mouse is not over

	var FontSubLowColor='#7CFC00';		// Font color subs when mouse is not over

	var FontHighColor='#228B22';		// Font color when mouse is over

	var FontSubHighColor='#228B22';		// Font color subs when mouse is over

	var BorderColor='#7CFC00';			// Border color

	var BorderSubColor='#7CFC00';		// Border color for subs

	var BorderWidth=1;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="arial"			// Font family menu items

	var FontSize=8;				// Font size menu items

	var FontBold=0;				// Bold menu items 1 or 0

	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered='center';		// 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=1;				// Left padding

	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0

	var DissapearDelay=100;			// 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=1;				// 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.chiponein.com/index.html","",0,20,130);



Menu2=new Array("State Golf Course Lists","http://www.chiponein.com/golfcourses.html","",0);



Menu3=new Array("Advanced Search","","",2,20,100);

    Menu3_1=new Array("Search by City","http://www.chiponein.com/city.php","",0,20,100);

	Menu3_2=new Array("Search by Zip Code","http://www.chiponein.com/zipcode.php","",0,20,100);

Menu4=new Array("Pro Shop","","",5,20,100);

	Menu4_1=new Array("Golf Accessories","http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=chiponein-20&creative=9325&path=http://www.amazon.com/gp/search.html/sr=3-1/qid=1122607765/ref=sr_3_1?%5Fencoding=UTF8%26node=3410861%26keywords=golf%26index=sporting%26rh=a%3A3375301%2Ck%2Ca%3A3410851%2Ca%3A3410861","",0,20,100);

    Menu4_2=new Array("Golf Bags","http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=chiponein-20&creative=9325&path=http://www.amazon.com/gp/search.html/sr=3-3/qid=1122608810/ref=sr_3_3?%5Fencoding=UTF8%26node=3411261%26keywords=golf%26index=sporting%26rh=a%3A3375301%2Ck%2Ca%3A3410851%2Ca%3A3411261","",0,20,100);
	
	Menu4_3=new Array("Golf Balls","http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=chiponein-20&creative=9325&path=http://www.amazon.com/gp/search.html/sr=3-2/qid=1122608182/ref=sr_3_2?%5Fencoding=UTF8%26node=3411181%26keywords=golf%26index=sporting%26rh=a%3A3375301%2Ck%2Ca%3A3410851%2Ca%3A3411181","",0,20,100);
	
    Menu4_4=new Array("Golf Clubs","http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=chiponein-20&creative=9325&path=http://www.amazon.com/gp/search.html/sr=3-4/qid=1122608448/ref=sr_3_4?%5Fencoding=UTF8%26node=13280071%26keywords=golf%26index=sporting%26rh=a%3A3375301%2Ck%2Ca%3A3410851%2Ca%3A13280071","",0,20,100);
	
	Menu4_5=new Array("Golf Training Items","http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=chiponein-20&creative=9325&path=http://www.amazon.com/gp/search.html/sr=3-7/qid=1122606838/ref=sr_3_7?%5Fencoding=UTF8%26node=3411341%26keywords=golf%26index=sporting%26rh=a%3A3375301%2Ck%2Ca%3A3410851%2Ca%3A3411341","",0,20,100);
	
Menu5=new Array("Travel","http://www.chiponein.com/travel.php","",0);

Menu6=new Array("Golfwits eYardage Book","http://www.eyardagebook.com/eyb4/?s=search&i=200237","",0,20,170); 

Menu7=new Array("Free Newsletter","","",3,20,100);

	Menu7_1=new Array("Subscribe Now","http://www.chiponein.com/news-letter.html","",0,20,100);

	Menu7_2=new Array("Current Newsletter","http://www.chiponein.com/news-letter.html","",0,20,100);

	Menu7_3=new Array("Back Issues","http://www.chiponein.com/news-letter.html","",0,20,100);

Menu8=new Array("The Mental Game","","",2,20,200);

	Menu8_1=new Array("Current Article","http://www.chiponein.com/mentalgame.html","",0,20,100);
	
	Menu8_2=new Array("Back Issues","http://www.chiponein.com/news-letter.html","",0,20,100);	

Menu9=new Array("Advertise With Us","http://www.chiponein.com/advertise-with-chiponein.html","",0);

Menu10=new Array("Your Privacy","privacy-policy.html","",0);

Menu11=new Array("Sponsors","sponsors.html","",0);