// 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.0);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=4)"


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
"FFFFFF",				    // Off Font Color
"2C4A70",					// Off Back Color
"FFFFFF",					// On Font Color
"BFC6DD",					// On Back Color
"FFF9D5",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Arial",	                // Font
3,							// 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
95,						// 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;&#160;HOME&#160;&#160;","/welcome/index.mhtml",,"",1
,"&#160;&#160;MEMBERS&#160;&#160;","show-menu=members",,"",1
,"&#160;&#160;TOURNAMENTS&#160;&#160;","/guests/tournaments.mhtml",,"",1
,"&#160;&#160;COURSE&#160;&#160;","show-menu=course",,"",1
,"&#160;&#160;CLUB&#160;&#160;","show-menu=club",,"",1
,"&#160;&#160;FUNCTIONS&#160;&#160;","show-menu=functions",,"",1
,"&#160;&#160;MEMBERSHIP&#160;&#160;","show-menu=membership",,"",1
,"&#160;&#160;CONTACT&nbsp;US&#160;&#160;","/members/contact.mhtml",,"",
,"&#160;&#160;LOG&nbsp;OUT&#160;&#160;","/security/logout.action.xsp",,"",1
])

addmenu(menu=["MEMBERS",
,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"MEMBERS&nbsp;HOME","/members/",,,0
,"FIXTURE & BOOKINGS","/members/bookings/index.msp?booking_resource_id=3000000",,,0
,"RESULTS","/members/bookings/index.msp?booking_resource_id=3000000&title=TITLE_RECENT_RESULTS",,,0
,"MEMBERS DIRECTORY","/members/directory/index.msp",,,0
,"CHANGE PASSWORD","/members/details/password/change-password.xsp",,,0
//,"SOCIAL CALENDAR","/members/social.mhtml",,,0
,"HANDICAP","/members/details/handicap.action.xsp target=_blank",,,0
//,"CLUB RULES","/members/club/rules.mhtml",,,0

])


addmenu(menu=["course",
,,125,1,"",plain_style,,"left",effect,,,,,,,,,,,,

,"COURSE TOUR","/guests/course/tour.mhtml",,,0
,"WEATHER FORECAST","http://mirror.bom.gov.au/products/IDR023.shtml target=_blank",,,0
//,"DRESS REGULATIONS","/guests/course/dress.mhtml",,,0
,"PRACTICE FACILITIES","/guests/course/practice.mhtml",,,0
,"LOCAL RULES","/guests/course/rules.mhtml",,,0
//,"SLOW PLAY POLICY","/guests/course/slowplay.mhtml",,,0
,"COURSE CARE","/guests/course/care.mhtml",,,0
,"SCORECARD","/guests/course/scorecard.mhtml",,,0

])

addmenu(menu=["club",
,,137,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"GENERAL INFORMATION","/guests/club/general_info.mhtml",,,0
,"GOLF SHOP","/guests/club/golfshop.mhtml",,,0
,"GOLF LESSONS","/guests/club/lessons.mhtml",,,0
,"BOWLS","/guests/club/bowls.mhtml",,,0
//,"BAR &amp; DINING","/guests/club/dining.mhtml",,,0
,"HISTORY","/guests/club/history.mhtml",,,0
,"MANAGEMENT","/guests/club/management.mhtml",,,0
,"COMMITTEE","/guests/club/board.mhtml",,,0


])


addmenu(menu=["functions",
,,140,1,"",plain_style,,"left",effect,,,,,,,,,,,,
//,"CONFERENCES","/guests/functions/conferences.mhtml",,,
,"GENERAL INFORMATION","/guests/functions/index.mhtml",,,
,"CORPORATE GOLF DAYS","/guests/functions/corpgolf.mhtml",,,
,"CORPORATE PACKAGES","/guests/functions/packs.mhtml",,,
,"WEDDINGS &amp; EVENTS","/guests/functions/weddings.mhtml",,,
//,"EVENTS","/guests/functions/events.mhtml",,,
,"FUNCTIONS ENQUIRY","/guests/functions/form_functions.mhtml",,,
])

addmenu(menu=["membership",
,,140,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"MEMBERSHIP BENEFITS","/guests/membership/membership.mhtml",,,
,"CATEGORIES","/guests/membership/categories.mhtml",,,
,"STRUCTURE & FEES","/guests/membership/structure.mhtml",,,
,"JUNIOR MEMBERSHIP","/guests/membership/membershipjunior.mhtml",,,
,"MEMBERSHIP ENQUIRY","/guests/membership/form_membership.mhtml",,,
])


dumpmenus()
