
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
  WASG Licence No is:- 187076 - Supplied by Milonic DHTML 20-02-2003
*/

	
effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=4;
_subOffsetLeft=6;


with(style1=new mm_style()){
offcolor="white";
offbgcolor="blue";
oncolor="#FFFF00";
onbgcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontsize=9;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
subimage="arrow.gif";
high3dcolor="#000000";
low3dcolor="#000000";
pagecolor="Purple";
pagebgcolor="pink";
headercolor="#ffffff";
headerbgcolor="#000099";
separatorcolor="black";
}

with(redwhite=new mm_style()){
offcolor="white";
offbgcolor="blue";
oncolor="red";
onbgcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontsize="9";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
subimage="arrow.gif";
}

with(milonic=new menuname("mainmenu")){
top=210;
left=15;
style=style1;
alwaysvisible=1;
alignment="left";
orientation="horizontal";
aI("text=Home;url=http://ackma.org/14VSC/default.htm;;status=Back to the home page;separatorsize=1")
aI("text=Pre-Symposium Excursion;url=http://ackma.org/14VSC/PreSymposiumExcursion.html;target=_blank;status=Pre-Symposium Excursion;separatorsize=1")
aI("text=The Symposium;;url=http://ackma.org/14VSC/The Symposium.htm;target=_blank;status=Symposium Information;separatorsize=1")
aI("text=The Forms;url=http://ackma.org/14VSC/The Forms.htm;target=_blank;status=The Forms;separatorsize=1")
aI("text=Images;url=http://ackma.org/14VSC/images/index.html;target=_blank;status=Photographs from Undara and Victoria;separatorsize=1")
}

drawMenus();
	
