// JavaScript Document
<!--
function mmLoadMenus() {
  if (window.mm_menu_0_0) return;
      window.mm_menu_0_0 = new Menu("root",200,18,"verdana",11,"#ffffff","#012350","#007b9e","#ffffff","left","middle",3,0,400,-5,7,true,true,true,0,false,true);
   mm_menu_0_0.addMenuItem("ADOPTER","window.open('adopter.html', '_self');");
   mm_menu_0_0.addMenuItem("BEAKER","window.open('beaker.html', '_self');");
   mm_menu_0_0.addMenuItem("BOTTLE","window.open('bottles.html', '_self');");
   mm_menu_0_0.addMenuItem("CYLINDERS","window.open('cylinders.html', '_self');");
   mm_menu_0_0.addMenuItem("CONDENSER","window.open('condenser.html', '_self');");
   mm_menu_0_0.addMenuItem("FLASKS","window.open('flasks.html', '_self');");
   mm_menu_0_0.addMenuItem("PIPETTES","window.open('pipette.html', '_self');");
   mm_menu_0_0.addMenuItem("FUNNELS","window.open('Funnels.html', '_self');");
   mm_menu_0_0.addMenuItem("STOPPERS","window.open('stoppers.html', '_self');");
   mm_menu_0_0.addMenuItem("STOPCOCKS","window.open('stopcock.html', '_self');");
   mm_menu_0_0.addMenuItem("UTILITY&nbsp;SETS","window.open('utility_ste.html', '_self');");
   mm_menu_0_0.addMenuItem("STANDARD&nbsp;GROUND&nbsp;JOINTS","window.open('standard_joints.html', '_self');");
   mm_menu_0_0.addMenuItem("SOXLET&nbsp;EXTRACTION&nbsp;APPRATUS","window.open('soxhlet_extraction_apparatus.html', '_self');");
   mm_menu_0_0.addMenuItem("TUBES","window.open('tube.html', '_self');");
   mm_menu_0_0.addMenuItem("VOLUMETRIC&nbsp;FLASK","window.open('volumetric_flask.html', '_self');");
   mm_menu_0_0.addMenuItem("SINTERD&nbsp;WARES","window.open('sinterd_wares.html', '_self');");
   mm_menu_0_0.addMenuItem("DESICCATORS","window.open('soxhlet_extraction_apparatus.html#des', '_self');");
   mm_menu_0_0.hideOnMouseOut=true;
   mm_menu_0_0.bgColor='#02708f';
   mm_menu_0_0.menuBorder=0;
   mm_menu_0_0.menuLiteBgColor='#007b9e';
   mm_menu_0_0.menuBorderBgColor='#007b9e';
   

mm_menu_0_0.writeMenus();
}

