


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#AAAAAA";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#EEEEEE";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}



with(menuStyle2=new mm_style()){
onbgcolor="000000";
oncolor="#aaaaaa";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="ffffff";
separatorsize="0";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}

with(menuStyle3=new mm_style()){
onbgcolor="319A31";
oncolor="#ffffff";
offbgcolor="#DDDDDD";
offcolor="#319A31";
bordercolor="#006633";
borderstyle="solid";
borderwidth=1;
separatorcolor="ffffff";
separatorsize="0";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=50;
left=200;
menuwidth=800
alwaysvisible=1;
orientation="horizontal";
aI("text=About NZRF;url=http://www.nzrf.co.nz/about.htm;status=About NZRF;");
aI("text=Contact Us;url=http://www.nzrf.co.nz/contact.htm;status=Contact Us;");
aI("text=Conference;showmenu=conf07;status=Conference;");
aI("text=Members;url=http://www.nzrf.co.nz/members.php;status=Members;");
aI("text=T8;url=http://www.nzrf.co.nz/t8.php;status=T8;");
aI("text=T12;url=http://www.nzrf.co.nz/t12.php;status=T12;");
aI("text=Training;showmenu=training;status=Training;");
aI("text=Technical Documents;url=http://www.nzrf.co.nz/techdocs/index.htm;status=Technical Documents;");
aI("text=News;url=http://www.nzrf.co.nz/news.htm;status=News;");
aI("text=Home;url=http://www.nzrf.co.nz/index.htm;status=Home;");

}

with(milonic=new menuname("training")){
style=menuStyle2;
top=74;
left=591;
orientation="vertical";
aI("text=Qualifications;url=http://www.nzrf.co.nz/training/qualifications.htm;status=Qualifications;");
aI("text=National Certificate Completions;url=http://www.nzrf.co.nz/training/national_certificate_completions.htm;status=National Certificate Completions;");
}

with(milonic=new menuname("conf07")){
style=menuStyle2;
top=74;
left=369;
orientation="vertical";
aI("text=NZRF | RIAA Conference;url=http://www.nzrf.co.nz/conference.htm;status=NZRF | RIAA Conference;");
aI("text=2009 Conference Papers;url=http://www.nzrf.co.nz/techdocs/conferencepapers2009/index.htm;status=2009 Conference Papers;");
aI("text=2007 Conference Papers;url=http://www.nzrf.co.nz/techdocs/conferencepapers2007/index.htm;status=2007 Conference Papers;");
aI("text=2005 Conference Papers;url=http://www.nzrf.co.nz/techdocs/conferencepapers2005/index.html;status=2005 Conference Papers;");
}

drawMenus();

