
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5              // 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="#4F8EB6";
onbgcolor="#eeeeff";
//oncolor="#ffffff";
oncolor="#000000";
//offbgcolor="#DCE9F0";
offbgcolor="#ffffff";
//offcolor="#515151";
offcolor="#333333"; //font 0000cc
//bordercolor="#296488";
bordercolor="#000066";
borderstyle="none";
borderwidth=2; //1
separatorcolor="#2D729D";
separatorsize="2"; //1
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="red";
//pagebgcolor="#82B6D7";
pagebgcolor="#ffffff"; // item has focus
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="/images/arrow2.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=225, Strength=8)";
outfilter="randomdissolve(duration=0.1)";
openstyle="rtl";
align="center";

}
with(SubmenuStyle=new mm_style()){
//onbgcolor="#4F8EB6";
onbgcolor="#eeeeff";
//oncolor="#ffffff";
oncolor="#000000";
//offbgcolor="#DCE9F0";
offbgcolor="#ffffff";
//offcolor="#515151";
offcolor="#333333"; //font 0000cc
//bordercolor="#296488";
bordercolor="#000066";
borderstyle="none";
borderwidth=2; //1
separatorcolor="#2D729D";
separatorsize="2"; //1
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="red";
//pagebgcolor="#82B6D7";
pagebgcolor="#ffffff"; // item has focus
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="/images/arrow2.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=225, Strength=8)";
outfilter="randomdissolve(duration=0.1)";
openstyle="rtl";
align="left";

}




with(milonic=new menuname("mainmenu")){
style=menuStyle;
//top=108; //94 with home 102 without
//left=130;//80; //475 575
alwaysvisible=1;
orientation="horizontal";
//menualign="left";

postion="relative";
//left=0;
//top=150;
//menuwidth="800px";
itemwidth="157px"; // 196


aI("text=Home;url=/;status=Back To Home Page;");
aI("text=Websites;showmenu=websites;");
aI("text=Marketing;showmenu=marketing;");
aI("text=Articles;showmenu=articles;");
aI("text=Company;showmenu=company;");
}

with(milonic=new menuname("websites")){
style=menuStyle;
aI("url=/99dollarwebsiteoffer.php;text=A new website designed for you for just $99;image=/menu/arrow.gif;");
aI("url=/realestatewebsites/;text=Real Estate Websites;image=/menu/arrow.gif;");
aI("url=/flashwebsites/;text=Flash Website Design;image=/menu/arrow.gif;");
aI("url=/websitehosting/;text=Hosting & Domains;image=/menu/arrow.gif;");
aI("url=/design/logos.php;text=Logo Design & Corporate Image;image=/menu/arrow.gif;");
aI("url=/clients.php;text=Our Clients;image=/menu/arrow.gif;");
aI("url=/virtualtours/;text=Virtual Tours;image=/menu/arrow.gif;");
}

with(milonic=new menuname("marketing")){
style=menuStyle;
aI("url=/websitemarketing/searchengineoptimization.php;text=Website Marketing & Search Engine Optimization;image=/menu/arrow.gif;");
}


with(milonic=new menuname("articles")){
style=menuStyle;
aI("url=/articles/demystifying-hits.php;text=Demystifying Hits;image=/menu/arrow.gif;");
}

with(milonic=new menuname("company")){
style=menuStyle;
aI("url=/website-designer/;text=About Borg Systems;image=/menu/arrow.gif;");
aI("url=/company/contactus.php/;text=Contact Us;image=/menu/arrow.gif;");

}


drawMenus();

