/*****************************************
THIS IS VERSION 5 OF THE MILONIC MENU
*****************************************/
_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100 // The time delay before menus open on mouse over
_followSpeed=5 // Follow scrolling speed
_followRate=40 // Follow scrolling Rate
_subOffsetTop=6 // Sub menu top offset
_subOffsetLeft=-12 // Sub menu left offset
_scrollAmount=3 // Only needed for Netscape 4.x
_scrollDelay=20 // Only needed for Netcsape 4.x
with(styleTop=new mm_style()){
align="center";
onbgcolor="";
oncolor="transparent";
offbgcolor="";
offcolor="transparent";
bordercolor="#333333";
borderstyle="solid";
borderwidth=0;
separatorcolor="#333333";
separatorsize="0";
padding=15;
fontsize="12px";
fontstyle="normal";
fontfamily="Tahoma";
fontweight="normal";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
subimageposition="right";
overfilter="Fade(duration=1);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}
with(styleSub=new mm_style()){
onbgcolor="#aecbe5";
oncolor="#FFFFFF";
offbgcolor="#325c82";
offcolor="#fff";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize=11;
fontstyle="normal";
fontfamily="Trebuchet MS";
fontweight="normal";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="http://wairakeitrust.co.nz/images/templates/menu_arrow_white.gif";
subimagepadding="2";
overfilter="inset(duration=0.3);Fade(duration=0.2);Alpha(opacity=95);";
outfilter="";
}
with(milonic=new menuname("Main Menu")){
style=styleTop;
top=190;
left="offset=40";
screenposition="center";
alwaysvisible=1;
orientation="horizontal"; //vertical
//menuwidth="650";
//itemwidth="190";
//itemheight="27";
aI("text= Ko wai matou?
About Us ;showmenu=about_us15;url=http://wairakeitrust.co.nz/about_us/;status=Ko wai matou?
About Us;");aI("text= Nga Mahi Kaitiaki
Projects ;url=http://wairakeitrust.co.nz/projects/;status=Nga Mahi Kaitiaki
Projects;");aI("text= Nga pepa tono
Application Forms ;showmenu=application_forms25;url=http://wairakeitrust.co.nz/application_forms/;status=Nga pepa tono
Application Forms;");aI("text= Nga Pikitia
Photo Gallery ;url=http://wairakeitrust.co.nz/photo_gallery/;status=Nga Pikitia
Photo Gallery;");aI("text= Whakapa mai
Contact Us ;url=http://wairakeitrust.co.nz/contact_us/;status=Whakapa mai
Contact Us;");}
with(milonic=new menuname("about_us15")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= TRUSTEES ;url=http://wairakeitrust.co.nz/about_us/trustees/;status=Trustees;");aI("text= ENVIRONMENTAL PLAN ;url=http://wairakeitrust.co.nz/about_us/environmental_plan/;status=Environmental Plan;");aI("text= LATEST NEWS ;url=http://wairakeitrust.co.nz/about_us/latest_news/;status=Latest News;");}
with(milonic=new menuname("application_forms25")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= MITIGATION PROJECT FUNDING ;showmenu=mitigation_project_funding26;url=http://wairakeitrust.co.nz/application_forms/mitigation_project_funding/;status=Mitigation Project Funding;");aI("text= EDUCATIONAL SCHOLARSHIPS ;showmenu=scholarships27;url=http://wairakeitrust.co.nz/application_forms/scholarships/;status=Educational Scholarships;");}
with(milonic=new menuname("mitigation_project_funding26")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= CRITERIA ;url=http://wairakeitrust.co.nz/application_forms/mitigation_project_funding/criteria/;status=Criteria;");}
with(milonic=new menuname("scholarships27")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= CRITERIA ;url=http://wairakeitrust.co.nz/application_forms/scholarships/criteria/;status=Criteria;");}
drawMenus();