_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling
_menuCloseDelay=300  // The delay for menus to remain visible on mouse off
_menuOpenDelay=10   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

/////////////////////////////////////////////////main style
with(main=new mm_style()){
     onbgcolor = "";
       oncolor = "#000000"; //text
    offbgcolor = "";
      offcolor = "#918f8f"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 0;
      fontsize = "13px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "arial";

}
/////////////////////////////////////////////////sub style
with(sub=new mm_style()){
     onbgcolor = "#e1bdc0";
       oncolor = "#000000"; //text
    offbgcolor = "#f4ccd0";
      offcolor = "#918f8f"; //text
   bordercolor = "#918f8f";
   borderstyle = "dashed";
   borderwidth = 1;
separatorcolor = "";
 separatorsize = 0;
       padding = 7;
      fontsize = "12px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "arial";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
//top = 315;
//left = 4;
//itemwidth=20;
position="relative"; 
style = main;
alwaysvisible = 1;
orientation="horizontal"
//itemheight=35;

aI("text=Top 50 Restaurant Guide;showmenu=top50_sub;url=top50_contents.asp");
}

	with(milonic=new menuname("top50_sub")){_c=1
	style = sub;
	top="offset=8"; 
	itemwidth=228;
	//divides=3;
	aI("text=- Book Contents;url=top50_contents.asp");
	aI("text=- Production Details;url=top50_production.asp");
	aI("text=- Acknowledgments;url=top50_acknowledgments.asp");
	aI("text=- Foreword;url=top50_foreword.asp");
	aI("text=- Introduction;url=top50_introduction.asp");
	aI("text=- Methodology;url=top50_methodology.asp");
	aI("text=- Legend;url=top50_legend.asp");
	//aI("text=- Top 50 Restaurants And Reviews;url=top50_ranked.asp");
	aI("text=- Top 50 Restaurants Ranked;url=top50_ranked.asp");
	aI("text=- 51 To 100 Restaurants Ranked;url=top51to100_ranked.asp");
	//aI("text=- Ordering;url=top50_order.asp");
	//aI("text=- Alterations for 2010;url=top50_alterations.asp");

	}
	
drawMenus();