
/*
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  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyleTop=new mm_style()){
	padding=2;
	onbgcolor="";
    oncolor="#00FFFF";
    offbgcolor="";
    offcolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=0;
	orientation="horizontal";
	separatorcolor="#FFFFFF";
	separatorpadding=3; 	
	separatorsize=1;	
	separatorheight=12;
	bordercolor="#013C59";
	fontsize="75%";
	fontstyle="normal";
	fontweight="bold";
	pagecolor="#013C59";
	pagebgcolor="#FFFFFF";	
	fontfamily="Verdana, Tahoma, Arial";
	overfilter="";
}


with(menuStyle=new mm_style()){
onbgcolor="#50B0D1";
oncolor="#013C59";
offbgcolor="#2375AB";
offcolor="#ffffff";
bordercolor="#013C59";
borderstyle="solid";
borderwidth=1;
separatorcolor="#013C59";
separatorsize=1;
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="arrow.gif";
// subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Conference Program;showmenu=DayProgram;url=/docs/events/ShareFish/program/index.html;");
aI("text=Pre Conference Workshop;url=/docs/events/ShareFish/program/Preworkshop.html;");
aI("text=Keynote Speakers;showmenu=Keynote;url=/docs/events/ShareFish/speakers/index.html;");
aI("text=Invited Speakers;showmenu=Invited;url=/docs/events/ShareFish/speakers/invited.html;");
aI("text=Rapporteurs Reports;url=/docs/events/ShareFish/papers/rapporteurs.html;");
aI("text=Papers;url=/docs/events/ShareFish/papers/index.html;");
}

with(milonic=new menuname("DayProgram")){
style=menuStyle;
aI("text=Monday;url=/docs/events/ShareFish/program/monday.html;");
aI("text=Tuesday;url=/docs/events/ShareFish/program/tuesday.html;");
aI("text=Wednesday;url=/docs/events/ShareFish/program/wednesday.html;");
aI("text=Thursday;url=/docs/events/ShareFish/program/thursday.html;");
}

with(milonic=new menuname("Keynote")){
style=menuStyle;
aI("text=Prof Jon Van Dyke;url=/docs/events/ShareFish/speakers/index.html#a01;");
aI("text=Prof Peter Pearse;url=/docs/events/ShareFish/speakers/index.html#a02;");
aI("text=Prof Gary Libecap;url=/docs/events/ShareFish/speakers/index.html#a03;");
aI("text=Prof Susan Hanna;url=/docs/events/ShareFish/speakers/index.html#a04;");
aI("text=Prof Ray Hilborn;url=/docs/events/ShareFish/speakers/index.html#a05;");
}

with(milonic=new menuname("Invited")){
style=menuStyle;
aI("text=Dr Mahfuz Ahmed;url=/docs/events/ShareFish/speakers/invited.html#a01;");
aI("text=Prof Ragnar Arnason;url=/docs/events/ShareFish/speakers/invited.html#a02;");
aI("text=Dr Wendy Craik;url=/docs/events/ShareFish/speakers/invited.html#a04;");
aI("text=Mr Alastair Graham;url=/docs/events/ShareFish/speakers/invited.html#a05");
aI("text=Prof Gordon Munro;url=/docs/events/ShareFish/speakers/invited.html#a06;");
aI("text=Prof Rosemary Rayfuse;url=/docs/events/ShareFish/speakers/invited.html#a10;");
aI("text=Dr Peter Rogers;url=/docs/events/ShareFish/speakers/invited.html#a07;");
aI("text=Dr Chandrika Sharma;url=/docs/events/ShareFish/speakers/invited.html#a08;");
aI("text=Ms Alison Thom;url=/docs/events/ShareFish/speakers/invited.html#a09;");
aI("text=Dr Pablo Vigliano;url=/docs/events/ShareFish/speakers/invited.html#a03;");
}

with(milonic=new menuname("Call")){
style=menuStyle;
}

with(milonic=new menuname("Papers")){
style=menuStyle;
aI("text=Conference Papers;url=/docs/events/ShareFish/papers/index.html;");
aI("text=Workshop Presentations;url=/docs/events/ShareFish/papers/workshop.html;");
aI("text=Rapporteurs Reports;url=/docs/events/ShareFish/papers/rapporteurs.html;");
}


drawMenus();

