// 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.8);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=500;			// Sub menu offset Left position


plain_style=[				// Menu Properties Array
"#FFFF66",				    // Off Font Color
"#666666",					// Off Back Color
"#FFFF66",					// On Font Color
"#ABAAAA",					// On Back Color
"",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"VERDANA",	                // Font
3,							// 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
111,						// Top
,						    // left
80,							// 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
"center",					    	// 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
,,,

,"About&nbsp;Us","show-menu=about",,"",1
,"|&nbsp;Jarrah&nbsp;Honey","show-menu=jarrah",,"",1
//,"|&nbsp;&nbsp;Conference","show-menu=conference",,"",1
,"|&nbsp;&nbsp;Research","research.html",,"",1
,"|&nbsp;&nbsp;Retail&nbsp;Outlets","retail_outlets.html",,"",1
,"|&nbsp;&nbsp;&nbsp;Publications","publications.html",,"",1
,"|&nbsp;&nbsp;&nbsp;AHBIC","ahbic.html",,"",1
,"|&nbsp;&nbsp;&nbsp;Buy","links.html",,"",1
,"|&nbsp;Enquiries","enquiry_form.html",,"",1
])


addmenu(menu=["about",
,,115,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Home","index.php",,,0
,"Facts","facts.html",,,0
,"Our People","our_people.html",,,0
,"Associations","associations.html",,,0
,"History","history.html",,,0
,"News & Events","news.html",,,0
//,"Media Releases","media.html",,,0
,"Photo Gallery","gallery.html",,,0
])
addmenu(menu=["jarrah",
,,115,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Stockists","stockists.html",,,0
,"Jarrah Brochure","brochure.html",,,0
])
addmenu(menu=["conference",
,,197,1,"",plain_style,,"left",effect,,,,,,,,,,,,
//,"Summary AAA Conference","summary_c.html",,,0
,"AAA Conference Photo Gallery","gallery/index.html",,,0
])






dumpmenus()
