

_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="#ffffff"; 
oncolor="#000000"; 
offbgcolor="#000000"; 
offcolor="#ffffff"; 
bordercolor="#FF0000"; 
borderstyle="solid"; 
borderwidth=1; 
separatorcolor="#FF0000"; 
separatorsize=1; 
padding=2; 
fontsize="12px"; 
fontstyle="normal"; 
fontweight="bolder"; 
fontfamily="Verdana, Tahoma, Arial"; 
align="center" 
} 



with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="750"; 
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.paintoy.com/bondage.html;status=Back To Home Page;");
aI("text=Members;url=http://www.paintoy.com/members/index.html;status=Members;");
aI("text=Join;url=http://www.paintoy.com/join.html;status=Join Now;");
aI("text=Samples;url=http://www.paintoy.com/sample/index.html;status=Webmasters;");
aI("text=Links;showmenu=Links;");
aI("text=Pay Per View;url=http://template.aebn.net/tid/8401/index.cfm?tid=8401;status=Pay Per View;");
aI("text=Updates;url=http://www.paintoy.com/update.html;status=Updates;");
aI("text=Blog;url=http://www.alebeard.net/blogs/;status=Blog;target=_new");
aI("text=Info;showmenu=About;");
}



with(milonic=new menuname("About")){
style=menuStyle;
aI("text=FAQ;url=http://www.paintoy.com/faq.html;status=FAQ;");
aI("text=Webmasters;url=http://www.paintoy.com/partner.html;status=Webmasters;");
aI("text=The Paintoys;url=http://www.paintoy.com/about/index.html;status=Paintoys;");
aI("text=The Sadists;url=http://www.paintoy.com/about/sadists.html;status=Sadists;");
aI("text=Contact Info;url=http://www.paintoy.com/contact/index.html;status=Contact Info;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Main Links;url=http://www.paintoy.com/links/bdsmlinks.html;status=Links;");
aI("text=Resource Links;url=http://www.paintoy.com/links/bdsmresource.html;status=Resource Links;");

}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=DVD Videos coming soon;status=Videos;");
}

drawMenus();

