

_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="#0000ff";
oncolor="#ffff00";
offbgcolor="#003971";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="100%";
fontstyle="strong";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";   //images for top cat name
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=129;
left=195;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://cybertechinternet.com/;status=Back To Home Page;");
aI("text=Services;showmenu=Services;");
aI("text=Company;showmenu=Company;");
aI("text=Marketing;showmenu=Marketing;");
aI("text=Support;showmenu=Support;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Web Design;url=/webdesign.php;status=Web Design;");
aI("text=e-commerce;url=/ecommerce.php;");
aI("text=Video Conferencing;url=/vconferencing.php;");
aI("text=Video Streaming;url=/vstreaming.php;");
aI("text=Video Encoding;url=/vencoding.php;");
aI("text=Software Development;url=/softwaredevelopment.php;");
aI("text=Systems Intergration;url=/systemsintegration.php;");
aI("text=Hosting;url=/hosting.php;");
aI("text=Co-Location;url=/colocation.php;");
aI("text=Customer Service;url=/customerservice.php;");
}

with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=About Us;url=/aboutus.php;");
aI("text=Billing & Payment;url=billingpayment.php;");
aI("text=Web Payments;url=/prepaid.php;");
aI("text=Cybertech Leasing;url=/cybertechleasing.php;");
aI("text=The Global Web;url=http://www.theglobalweb.com/overview.html;");
}

with(milonic=new menuname("Marketing")){
style=menuStyle;
aI("text=Newsletters;url=/newsletters.php;");
aI("text=Bulk Mailing;url=/bulkmailing.php;");
aI("text=Banner Programs;url=/bannerprograms.php;");
aI("text=Search Engine Submissions;url=/se_submissions.php;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Contact Us;url=/contact.php;");
aI("text=Sales Support;url=/salessupport.php;");
aI("text=Billing Support;url=/billingsupport.php;");
aI("text=Tech Support;url=/techsupport.php;");
aI("text=Make a Payment;url=/makeapayment.php;");
}

drawMenus();


	




 
