// 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=5)" 


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
"#5E3726",					// Off Back Color
"#5E3726",					// On Font Color
"#D1BC76",					// On Back Color
"",					// Border Color
10,							// Font Size
"normal",					// Font Style
"normal",						// Font Weight
"VERDANA",	                // Font
4,							// Padding
0,							// 3D Border & Separator
0,		                     // 3D High Color
,					         // 3D Low Color
]


addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
116,						    // Top
,						    // left
,							// Width
,							// 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
,,,
//,"Members","/members/",,"",1
,"Welcome","/guests/index.mhtml",,"",1
,"Weddings","/guests/weddings.mhtml",,"",1
,"Golf","show-menu=golf",,"",1
,"Membership","show-menu=membership",,"",1
,"Proshop","/guests/proshop.mhtml",,"",1
,"Functions","show-menu=functions",,"",1
,"Contacts","show-menu=contacts",,"",1
])



addmenu(menu=["MEMBERSHIP",
,,180,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Membership Information","/guests/members.mhtml",,,0
,"Enquiry Form","/guests/application.mhtml",,,0
<!--,"Annual Subscriptions","/guests/annual.mhtml",,,0-->
,"Entrance Fees","/guests/fees.mhtml",,,0
,"Playing Rights","/guests/prights.mhtml",,,0

])



addmenu(menu=["GOLF",
,,190,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Killara Cup & Shield","/guests/cupandshield.mhtml",,,0
,"Mother & Daughter Cup","/guests/motherdaughtercup.mhtml",,,0
,"Father & Son Cup","/guests/play.mhtml",,,0
,"Course Care","/guests/ccare.mhtml",,,0
,"Course Tour","/guests/coursetour/index.mhtml",,,0
,"Dresscode","/guests/dcode.mhtml",,,0
,"Local Rules","/guests/lrules.mhtml",,,0
,"History","/guests/history.mhtml",,,0
])


addmenu(menu=["functions",
,,190,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Corporate Golf Days","/guests/golfdays.mhtml",,,0
,"Meetings & Seminars","/guests/seminars.mhtml",,,0
,"Online Enquiries","/guests/enquiries.mhtml",,,0
])

addmenu(menu=["contacts",
,,190,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Contacts","/guests/contact.mhtml",,,0
,"Directions","/guests/directions.mhtml",,,0
])


dumpmenus()