
_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="solid";
borderwidth=1; //1
separatorcolor="#2D729D";
separatorsize="2"; //1
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//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="131px";


aI("text=Home;url=/;status=Back To Home Page;");
aI("text=Advertising;showmenu=advertising;");
aI("text=Distribution;showmenu=distribution;");
aI("text=Classifieds;showmenu=classifieds;");
aI("text=News;showmenu=news;");
/*aI("text=Back Issues;showmenu=backissues;");*/
aI("text=Contact;showmenu=contact;");
}
with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News;url=http://www.dominicancentral.com;status=News;image=/menu/arrow.gif;target=_blank;");
}
with(milonic=new menuname("classifieds")){
style=menuStyle;
aI("url=/classifieds/;text=View Classified Ads;image=/menu/arrow.gif;");
aI("url=/advertising/businessad.php;text=Place a Business or Real-Estate Advert;image=/menu/arrow.gif;");
aI("url=/classifieds/;text=Place a Free (non-commercial) Classified Advert;image=/menu/arrow.gif;");
//aI("url=/classifieds2/placead.php;text=Place a Free Classified Advert;image=/menu/arrow.gif;");
}


with(milonic=new menuname("advertising")){
style=menuStyle;
aI("url=/advertising/;text=Advertising;image=/menu/arrow.gif;");
aI("url=/advertising/businessad.php;text=Place Ad;image=/menu/arrow.gif;");
aI("url=/advertising/pay.php;text=Make a Payment;image=/menu/arrow.gif;");
aI("url=/advertising/calc.php;text=Calculate Classified Ad price;image=/menu/arrow.gif;");
}
with(milonic=new menuname("distribution")){
style=menuStyle;
aI("url=/distribution/;text=Distribution;image=/menu/arrow.gif;");
}
/*with(milonic=new menuname("backissues")){
style=menuStyle;
aI("url=/backissues/;text=Back Issues;image=/menu/arrow.gif;");
}*/

with(milonic=new menuname("contact")){
style=menuStyle;
aI("url=/contact.php;text=Contact Us;image=/menu/arrow.gif;");
}


drawMenus();

