_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#365471";
oncolor="#ffffff";
offbgcolor="#365471";
offcolor="#C2D2E2";
padding=4;
fontsize=13;
fontstyle="normal";
fontfamily="Trebuchet MS,Verdana, Tahoma, Arial";
fontweight="bold"
pagecolor="#ffffff";
pagebgcolor="#365471";
headercolor="#000000";
headerbgcolor="#365471";
bgimage="/images/page/menuback.gif";
overbgimage="/images/page/menuback.gif";
}

with(submenuStyle=new mm_style()){
onbgcolor="#365471";
oncolor="#ffffff";
offbgcolor="#365471";
offcolor="#C2D2E2";
padding=2;
fontsize=13;
fontstyle="normal";
fontfamily="Trebuchet MS,Verdana, Tahoma, Arial";
fontweight="bold"
pagecolor="#ffffff";
pagebgcolor="#365471";
headercolor="#000000";
headerbgcolor="#365471";
separatorcolor="#2D729D";
separatorsize="1";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=120;
left=7;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=http://www.wozzaworks.com/;status=Back to the home page;");
aI("text=&nbsp;;type=header;");
aI("text=Contact;url=http://www.wozzaworks.com/contact.asp;status=Use this form to Contact Us;");
aI("text=&nbsp;;type=header;");
aI("text=Hosting;showmenu=hosting;");
aI("text=&nbsp;;type=header;");
aI("text=Portfolio;showmenu=portfolio;url=http://wozzaworks.com/websites.asp;");
aI("text=&nbsp;;type=header;");
aI("text=Search;url=http://www.wozzaworks.com/search.asp;status=Use this page to search multiple search engines;");
aI("text=&nbsp;;type=header;");
aI("text=Tools;url=http://www.wozzaworks.com/tools.asp;status=A page with some useful tools;");
}

with(milonic=new menuname("hosting")){
style=submenuStyle;
aI("text=Standard Hosting;url=http://www.wozzaworks.com/hosting/standard.asp;status=Check out the Standard Hosting package;");
aI("text=Database Hosting;url=http://www.wozzaworks.com/hosting/database.asp;status=Check out the Database Hosting package;");
//aI("text=Search Engine Registration;url=http://www.wozzaworks.com/hosting/searchengine_reg.asp;status=Check out the Search Engine Registration package;");
}

with(milonic=new menuname("portfolio")){
style=submenuStyle;
aI("text=Portfolio;url=http://wozzaworks.com/websites.asp;status=Look at some of our work;");
aI("text=Client Comments;url=http://wozzaworks.com/references.asp;status=See what our clients have to say about us;");
}

drawMenus();

