_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="#D29948";
  oncolor="#ffffff";
  offbgcolor="#3e1141";
  offcolor="ffffff";
  bordercolor="#3e1141";
  borderstyle="solid";
  borderwidth=1;
  separatorcolor="#ffffff";
  separatorsize="1";
  padding=3;
  fontsize="11px";
  fontstyle="normal";
  fontweight="bold";
  fontfamily="Arial, Verdana, Tahoma";
  pagecolor="#ffffff";
  pagebgcolor="#71067a";
  headercolor="#ffebdc";
  headerbgcolor="#000099";
  subimage="menu_arrow.gif";
  subimagepadding="2";
  overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
  outfilter="randomdissolve(duration=0.0)";
  }

with(menuSys=new menuname("About Us")){
  style=menuStyle;
  overflow="scroll";
  aI("text=Mission Statement;url=mission.html;");
  aI("text=Contact Information;url=contactus.html;");
  aI("text=Our Terms & Conditions;url=policy.html;");
  aI("text=Employment;url=employment.html;");
  aI("text=President's Message;url=presmess.html;");
  aI("text=Our Suppliers;url=suppliers.html;");
  aI("text=Tradeshow Schedule;url=tradeshow.html;");
  aI("text=Request a Catalog;url=order_catalog.html;");
  }

with(menuSys=new menuname("Browse Catalog")){
  style=menuStyle;
  overflow="scroll";
  aI("text=QuickOrder by SKU;url=quick.html;");
  aI("text=Browse by Brand;url=brand.html;");
  aI("text=Electrophoresis &amp;\nBlotting;url=index.html?wscdet_show=000000000100;");
  aI("text=Molecular Biology;url=index.html?wscdet_show=000000000150;");
  aI("text=Biochemicals, Buffers & Reagents;url=index.html?wscdet_show=000000000200;");
  aI("text=Microbiology&nbsp;&amp;\nImmunology;url=index.html?wscdet_show=000000000250;");
  aI("text=Tissue Culture;url=index.html?wscdet_show=000000000300;");
  aI("text=Robotics&nbsp; & HTS;url=index.html?wscdet_show=000000000350;");
  aI("text=Liquid Handling;url=index.html?wscdet_show=000000000400;");
  aI("text=Tubes & PCR Plates;url=index.html?wscdet_show=000000000450;");
  aI("text=Racks;url=index.html?wscdet_show=000000000500;");
  aI("text=Lab Essentials;url=index.html?wscdet_show=000000000550;");
  aI("text=Equipment;url=index.html?wscdet_show=000000000600;");
  }

with(menuSys=new menuname("Specials")){
  style=menuStyle;
  overflow="scroll";
  aI("text=Clearance Items;url=index.html?wscdet_show=000000000700;");
  aI("text=Free Offers;url=index.html?wscdet_show=000000000650;");
  aI("text=On Sale;url=index.html;");
  }

with(menuSys=new menuname("My Account")){
  style=menuStyle;
  overflow="scroll";
  aI("text=Create New Account;url=signup.html;");
  aI("text=Forgot My Password;url=forgot.html;");
  }

with(menuSys=new menuname("News")){
  style=menuStyle;
  overflow="scroll";
  aI("text=New Products;url=index.html;");
  aI("text=Busters And Responses;url=brainbusters.html;");
  aI("text=News;url=news.html;");
  }

with(menu=new menuname("Main Menu")){
  style=menuStyle;
//  top=74;
//  left=2;
  alwaysvisible=1;
  orientation="horizontal";
//  position="absolute";
  position="relative";
  aI("text=Home;url=index.html;");
  aI("text=Browse Catalog;showmenu=Browse Catalog;");
  aI("text=Specials;showmenu=Specials;");
  aI("text=What's new;showmenu=News;");
  aI("text=My Account;showmenu=My Account;");
  aI("text=About Us;showmenu=About Us;");
  }

drawMenus();
