_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Black";
offcolor="White";
onbgcolor="#999999";
onbold="bold";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Black";
offcolor="White";
onbgcolor="#999999";
onbold="bold";
oncolor="Black";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=807;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("text=Blog;target=;url=blog.html;");
aI("showmenu=ArtPhotographyINFO_BAR_MENU;text=Art;target=;url=art.html;");
aI("text=Autobiography;target=;url=autobiography.html;");
aI("text=Site Of The Month;target=;url=site-of-the-month.html;");
aI("showmenu=MusicMusic tastesINFO_BAR_MENU;text=Music;target=;url=music.html;");
aI("text=Randomness;target=_blank;url=http://randomness.pepperspizzas.com;");
aI("text=Contact Me;target=_blank;url=mailto:tonyg@pepperspizzas.com;");
}

with(milonic=new menuname("ArtPhotographyINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Photography;target=;url=photography.html;");
aI("text=Photo-Manipulation;target=;url=photo-manipulation.html;");
aI("text=Creations;target=;url=creations.html;");
aI("text=Other Art;target=;url=other-art.html;");
aI("text=Wallpapers;target=;url=wallpapers.html;");
}

with(milonic=new menuname("MusicMusic tastesINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Music tastes;target=;url=music-tastes.html;");
aI("text=Music Video of the Month;target=;url=music-video-of-the-month.html;");
}


 drawMenus();
