


_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(menuStyle=new mm_style()){
onbgcolor="#6699CC";
oncolor="#000000";
offbgcolor="#336699";
offcolor="#FFFFFF";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="normal";
fontfamily="Lucida Sans Typewriter, Lucida Sans, Arial, Helvetica, sans-serif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(subStyle=new mm_style()){
onbgcolor="#6699CC";
oncolor="#000000";
offbgcolor="#336699";
offcolor="#FFFFFF";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="3";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
subimage="/images/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
itemwidth="150px";
}

with(homeStyle=new mm_style()){
onbgcolor="#336699";
oncolor="silver";
offbgcolor="#336699";
offcolor="#FFFFFF";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="3";
padding=3;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
subimage="/images/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
itemwidth="150px";
}

with(milonic=new menuname("about")){
style=subStyle;
aI("text=How does CV work?;url=/about_how.shtml;");
aI("text=The CV Area;url=/about_area.shtml;");
}

with(milonic=new menuname("research")){
style=subStyle;
aI("text=ACCMER;url=/research.shtml#accmer;");
aI("text=Australian Plant DNA Bank;url=/research_dna.shtml;");
aI("text=Centre for EcoTechnology;url=/research.shtml#ecotechnology;");
aI("text=Ecological Waste & Water Management;url=/research_waste.shtml;");
aI("text=Environmental Analysis Laboratory;url=/research.shtml#envirolab;");
aI("text=Forestry;url=/research.shtml#forestry;");
aI("text=Mop Crops;url=/research_mopcrops.shtml;showmenu=mopcrops;");
aI("text=Natural & Complementary Medicine;url=/research.shtml#natcomp;");
aI("text=Phytochemistry & Pharmacology;url=/research.shtml#phyto;");
aI("text=Plant Conservation Genetics;url=/research.shtml#cpcg;");
}

with(milonic=new menuname("contacts")){
style=subStyle;
aI("text=Information;url=/contacts.shtml#information;");
aI("text=Research;url=/contacts.shtml#research;");
}

with(milonic=new menuname("links")){
style=subStyle;
aI("text=CV Team;url=/links.shtml#team;");
aI("text=CV Alliances;url=/links.shtml#partners;");
aI("text=Australian Government;url=/links.shtml#australian_government;");
aI("text=Primary Production;url=/links.shtml#primary;");
aI("text=Aboriginal Sites;url=/links.shtml#aboriginal;");
}

with(milonic=new menuname("mopcrops")){
style=subStyle;
aI("text=SCU and Ecofibre Project;url=/research_mopcrop_programs.shtml;");
aI("text=Byron Bay Effluent Reuse Project;url=/research_mopcrop_programs.shtml#byron;");
aI("text=Hemp-an icon of sustainable living;url=/research_mopcrop_programs.shtml#icon;");
aI("text=Reed Beds a solution to sewage problem...;url=/research_mopcrop_reedbeds.shtml;");
}

drawMenus();

