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()){
styleid=1;
bordercolor="#0033FF";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#0000FF"; //"#0033FF"
offcolor="#ffffff";
onbgcolor="#999999";
onborder="1px solid #999999";
oncolor="#000000";
padding=3;
separatorcolor="#ffffff";
separatorsize=1;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.5);Alpha(opacity=100);Shadow(color=#999999, Direction=135, Strength=10)";
//rawcss="padding-center:5px;padding-right:5px";



}

//with(milonic=new menuname("Sefarad")){
//overflow="scroll";
//style=menuStyle;
//alwaysvisible=1;
//orientation="horizontal";
//aI("showmenu=AR;text=Artículos Religiosos;url=category.asp?catid=29;")
//}

drawMenus();

  function OpenWindowsNoResize(file) {
	window.open(file,"eBook","width=640,height=480,toolbar=0,status=0,location=0,menubar=0,scrollbars=yes,resizable=0");
  }

  function OpenWindowsResize(file) {
	window.open(file,"eBook","width=640,height=480,toolbar=0,status=0,location=0,menubar=0,scrollbars=yes,resizable=1");
  }



