// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#777777', Direction=135, Strength=4)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters


timegap=500					// The time delay for menus to remain visible
followspeed=7				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=30		     	// Follow Scrolling Rate
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=100;			// Sub menu offset Left position


plain_style=[				// Menu Properties Array
"FFF2AB",				    // Off Font Color
"051A37",					// Off Back Color
"051A37",					// On Font Color
"CEA830",					// On Back Color
"C0C280",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Arial",	                // Font
4,							// Padding
3,							// 3D Border & Separator
,"cccccc"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
108,						// Top
,						    // left
,							// Width
0,							// Border Width
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,				// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
,							// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
0,							// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Position of sub image left:center:right:middle:top:bottom
,							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,,,
,"&#160;&nbsp;HOME&nbsp;&#160;","/welcome/index.mhtml",,"",1
,"&#160;&nbsp;MEMBERS&nbsp;LOGIN&nbsp;&#160;","/members/",,"",1
,"&#160;&nbsp;MEMBERSHIP&nbsp;&#160;","show-menu=membership",,"",1
,"&#160;&nbsp;GOLF&nbsp;&#160;","show-menu=golf",,"",1
,"&#160;&nbsp;HOSPITALITY&nbsp;&amp;&nbsp;EVENTS&nbsp;&#160;","show-menu=events",,"",1
,"&#160;&nbsp;ABOUT&nbsp;US&nbsp;&#160;","show-menu=about",,"",1
])



addmenu(menu=["membership",
,,127,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"BECOMING A MEMBER","/guests/membship/join.mhtml",,,0
])


addmenu(menu=["golf",
,,122,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"HOW TO PLAY AT HGC","/guests/golf/how2play.mhtml",,,0
,"COURSE TOUR","/guests/golf/tour.mhtml",,,0
,"GOLF SHOP","/guests/golf/golfshop.mhtml",,,0
,"COURSE CARE","/guests/golf/care.mhtml",,,0
,"DRESS CODE","/guests/golf/dress.mhtml",,,0
,"LOCAL RULES","/guests/golf/rules.mhtml",,,0

])


addmenu(menu=["events",
,,152,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"THE MASTERS","/guests/events/masters.mhtml",,,0
,"CORPORATE GOLF","/guests/events/corpgolf.mhtml",,,0
,"FACILITIES","/guests/events/facility.mhtml",,,
,"MENUS","/guests/events/menus.mhtml",,,0
,"WEDDINGS","/guests/events/weddings.mhtml",,,0
<!--,"UPCOMING EVENTS","/guests/events/upcome.mhtml",,,0 -->
,"TERMS &amp; CONDITIONS","/guests/events/terms.mhtml",,,0
,"PICTURE GALLERY","/guests/events/gallery.mhtml",,,0
,"ENQUIRY FORM","/guests/events/form.mhtml",,,0

])

addmenu(menu=["about",
,,168,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"HISTORY","/guests/about/history.mhtml",,,0
,"CONTACTS","/guests/about/contact.mhtml",,,0
,"LOCATION","/guests/about/location.mhtml",,,0
,"EMPLOYMENT OPPORTUNITIES","/guests/about/employment.mhtml",,,0
,"ENQUIRY FORM","/guests/about/form.mhtml",,,0

])


dumpmenus()