


_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="#7c9ec0";
offcolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="navy";
separatorsize="1";
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold"
pagecolor="#ffffff";
pagebgcolor="#365471";
headercolor="#000000";
headerbgcolor="#ffffff";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=120;
left=7;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.wozzaworks.com/;status=Back to the home page;");
aI("text=Contact;url=http://www.wozzaworks.com/contact.asp;status=Use this form to Contact Us;");
aI("text=Hosting;showmenu=hosting;");
aI("text=Portfolio;showmenu=portfolio;");
aI("text=Search;url=http://www.wozzaworks.com/search.asp;status=Use this page to search multiple search engines;");
aI("text=Tools;url=http://www.wozzaworks.com/tools.asp;status=A page with some useful tools;");
}

with(milonic=new menuname("hosting")){
style=menuStyle;
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=menuStyle;
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();

