_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Navy";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="Navy";
offcolor="#ffffff";
onbgcolor="#FFD42A";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="0";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#00007F";
offcolor="#ffffff";
onbgcolor="#FFD42A";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.photoreading.com.au/;");
aI("text=What is PhotoReading;target=;url=what.html;");
aI("text=Learning PhotoReading;target=;url=learn.html;");
aI("text=FAQ;target=;url=faq.html;");
aI("text=New Zealand;target=;url=kiwi.html;");
aI("text=Schedule;target=;url=sched.html;");
aI("text=Articles;target=;url=articles.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();
