

_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=30                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=15               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#AA1030";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#AA1030";
separatorsize="5";
padding=2;
fontsize="65%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";   //images for top cat name
subimagepadding=""; // padding for subimage image
overfilter="Fade(duration=0.1);Alpha(opacity=80);Shadow(color='#E2ADB8', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=63;
left=230;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://globalpornhost.com/;status=Back To Home Page;");
aI("text=Products/Services;showmenu=Products;");
aI("text=Programs;showmenu=PartnerPrograms;");
aI("text=Company Info;showmenu=Info;");
aI("text=Network Map;showmenu=Network;url=/ns.asp");
aI("text=Contact Us;showmenu=ContactUs;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Web Site Hosting;url=ps_webhosting.asp;");
aI("text=Streaming Soultions;url=/ps_streamingsolutions.asp;");
aI("text=Dedicated Servers;url=/ps_dedicatedservers.asp;");
aI("text=Co-located Services;url=/ps_colocatedservices.asp;");
aI("text=Web Design;url=/ps_webdesign.asp;");
aI("text=Online Billing;url=http://www.cyberpaymentsystems.com/;");
aI("text=Online Advertising;url=/ps_onlineadvertising.asp;");
}

with(milonic=new menuname("PartnerPrograms")){
style=menuStyle;
aI("text=Affiliate Programs;url=/pp_affiliateprogram.asp;");
aI("text=Reseller Programs;url=/pp_resellerprogram.asp;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=About Us;url=/aboutus.asp;");
}

with(milonic=new menuname("Network")){
style=menuStyle;
}

with(milonic=new menuname("ContactUs")){
style=menuStyle;
aI("text=Sales;url=/contactus_sales.asp;");
aI("text=Affiliate Program;url=/contactus_affiliate.asp;");
aI("text=Tech Support;url=/contactus_techsupport.asp;");
}

drawMenus();


	




 
