_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
bordercolor="White";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="DarkGray";
offcolor="White";
oncolor="White";
padding="5";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location6.gif";
offcolor="White";
oncolor="White";
pagecolor="White";
overimage="images/location_on6.gif";
imageposition="right";
itemwidth="64";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=448;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("text=Bio;target=;url=bio.html;");
aI("text=News;target=;url=news.html;");
aI("text=Galleries;target=;url=galleries.html;");
aI("text=Published;target=;url=published.html;");
aI("text=Blog;target=_blank;url=http://www.goncalolemos.blogspot.com;");
aI("text=Contact;target=;url=contact.html;");
}


 drawMenus();
