fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#f9f9f9";
oncolor="#e2144a";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/flecha.gif";
subimagepadding=5;
}

with(mmenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="13px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#77f";
onbgcolor="#f9f9f9";
oncolor="#e2144a";
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;

padding=4;

}


	with(milonic=new menuname("Main Menu")){
    alwaysvisible=1;
  
    orientation="horizontal";
    style=menuStyle;

    screenposition="left";
    
    top="offset=140";
    left="offset=142";
    aI("showmenu=Samples;text=This Edition;");
	aI("status=News;text=News;url=");
    aI("status=Events;text=Events;url=events.php;");
    aI("status=Photo Stock;text=Photo Stock;url=bank.php;");
    aI("status=Previous Editions;text=Previous Editions;url=anteriores/previous.php;");
	
   
}




with(milonic=new menuname("Samples")){
overflow="scroll";
style=mmenuStyle;
aI("text=To Our Reader;url=reader.php;")
aI("text=In Doors ;url=doors.php")
aI("text=Architecture;url=architecture.php")
aI("text=To See & To Buy ;url=seebuy.php")
aI("text=Tourism;url=tourism.php;")
aI("text=Hotels ;url=")
aI("text=Technology & Design ;url=en_tec_diseno.php")
aI("text=Driving;url=driving.php;")
aI("text=Art;url=art.php;")
aI("text=Fashion;url=en_moda.php")
aI("text=Cooking;url=cooking.php")
aI("text=Specials ;url=specials.php")
}





drawMenus();


