_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=0              // Sub menu top offset
_subOffsetLeft=-1             // 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="#526880";
oncolor="#ffffff";
offbgcolor="#E5E5E5";
offcolor="#000000";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="new_images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=48;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=new_images/home_n.gif;overimage=new_images/home_r.gif;url=/;subimage=;borderwidth=0;separatorsize=0;");
aI("image=new_images/design_n.gif;overimage=new_images/design_r.gif;showmenu=aboutus;url=website.htm;subimage=;separatorsize=0;");
aI("image=new_images/marketting_n.gif;overimage=new_images/marketting_r.gif;showmenu=marketting;url=#;subimage=;separatorsize=0;");
aI("image=new_images/hosting_n.gif;overimage=new_images/hosting_r.gif;showmenu=hostings;url=#;subimage=;separatorsize=0;");
aI("image=new_images/legal_n.gif;overimage=new_images/legal_r.gif;url=legal.htm;subimage=;separatorsize=0;");
aI("image=new_images/contact_n.gif;overimage=new_images/contact_r.gif;url=contact.htm;subimage=;separatorsize=0;");

}

	with(milonic=new menuname("hostings")){
	style=menuStyle;
	aI("text=Shared Plans;url=sharedhosting.htm;");
	aI("text=Reseller Plans;url=reseller.htm;");
	aI("text=Dedicated Plans;url=dedicatedhosting.htm;");
	
	}
	
	with(milonic=new menuname("marketting")){
	style=menuStyle;
	aI("text=Internet Marketing;url=marketing.htm;");
	aI("text=Business Development;url=business.htm;");
	aI("text=Creative Services;url=creative.htm;");
	}

	
	
	


	with(milonic=new menuname("aboutus")){
	style=menuStyle;
	aI("text=Custom Sites;url=custom_website.htm;");
	aI("text=Design Showcase;url=showcase2.htm;");
	aI("text=Templates;url=website.htm;");
	
	}
	
		
			//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();