// 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
"#9CACBE",					// Off Back Color
"FFFFFF",					// On Font Color
"40476F",					// On Back Color
"ffffff",					// 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
100,						    // Top
,						    // left
,							// Width
1,							// 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","show-menu=members",,"",1
,"BUSINESSES","show-menu=businesses",,"",1
,"WEB DEVELOPMENT","show-menu=websites",,"",1
,"PRICELISTS","show-menu=pricelists",,"",1
,"COMPANY INFO","show-menu=info",,"",1
,"FOR FUN","http://www.dickinson.com.au/fun.php",,"",1
,"REVIEWS","/reviews/index.html",,"",1
,"CONTACT US","/contact.php",,"",
])


addmenu(menu=["MEMBERS",
,,65,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"LOGIN","http://www.dickinson.com.au/security/login.php",,,0
,"WEBMAIL","http://www.dickinson.com.au/webmail",,,0

])


addmenu(menu=["BUSINESSES",
,,185,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"WEB HOSTING","http://www.ipresence.net.au",,,0
,"POLAR HEART RATE MONITORS","http://www.dickinson.com.au/polar/index.php",,,0
,"WEDDING ALBUMS","http://www.webweddings.com.au",,,0
,"COMPUTERS","http://203.33.248.226/2245/prices/system.asp",,,0
])


addmenu(menu=["WEBSITES",
,,105,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"DWNS","http://www.dickinson.com.au",,,0
,"iPresence","http://www.ipresence.com.au",,,0
,"Web Weddings","http://www.webweddings.com.au",,,0
,"RMS","http://www.rmspl.com.au",,,0
,"Upwey Group","http://www.upwey.com",,,0
,"Dual Valves","http://www.dualvalves.com.au",,,0
,"MSMA","http://www.stonemasons.org.au",,,0
,"ARMA","http://www.racecoursemanagers.org.au",,,0
,"Minmetals","http://www.minmetals.com.au",,,0
,"Sam Bear","http://www.sambear.com.au",,,0
])


addmenu(menu=["PRICELISTS",
,,180,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"COMPUTING EQUIPMENT BY BRAND","http://203.33.248.226/2245/prices/Brand.asp?List_By=Brand",,,
,"COMPUTING EQUIPMENT BY TYPE","http://203.33.248.226/2245/prices/Brand.asp?List_By=Tech",,,
,"COMPUTER SYSTEMS","http://203.33.248.226/2245/prices/system.asp",,,
,"POLAR HEART RATE MONITORS","http://www.dickinson.com.au/polar/index.php",,,
,"WEBSITE HOSTING","http://www.ipresence.net.au",,,
])


addmenu(menu=["INFO",
,,142,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"HISTORY","http://www.dickinson.com.au/about/index.htm",,,
,"TERMS & CONDITIONS","http://www.dickinson.com.au/terms/index.htm",,,
,"STAFF","staff.html",,,
,"SERVICES","http://www.dickinson.com.au/services/index.htm",,,
])


dumpmenus()