_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="#000080";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="62%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFAC75";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.0)";
}
//Opticas
with(milonic=new menuname("Anunciese"))
{
style=menuStyle;
top=2;
left=520;

aI("text=HDN internet;url=http://www.hdnweb.com;");
aI("text=This publication - Internet;url=/anunciese.est.php;");
aI("text=This publication – Print version;url=/anunciese.est.php;");
}
drawMenus();

with(milonic=new menuname("Contactenos"))
{
style=menuStyle;
top=17;
left=690;

aI("text=HDN;url=http://www.hdnweb.com;");
aI("text=This publication;url=/contactenos.est.php;");
}
drawMenus();