function showHead() {
  if (section != '') document.write('<IMG SRC="/images/nav/header_' + section + '.gif" ALIGN="ABSMIDDLE">');
  else document.write('<IMG SRC="/images/nav/header_rofson.gif" width="358" height="32">');
}

function showMenu() {
  switch (section) {
    case "foodserviceGloves" :
      document.write('<SCRIPT TYPE="text/javascript" SRC="/includes/menus/foodserviceGloves.js"></SCRIPT>');
      break;
    case "medicalGloves" :
      document.write('<SCRIPT TYPE="text/javascript" SRC="/includes/menus/medicalGloves.js"></SCRIPT>');
      break;
    case "foodserviceHeadwear" :
      document.write('<SCRIPT TYPE="text/javascript" SRC="/includes/menus/foodserviceHeadwear.js"></SCRIPT>');
      break;
    case "apronsBibs" :
      document.write('<SCRIPT TYPE="text/javascript" SRC="/includes/menus/apronsBibs.js"></SCRIPT>');
      break;
    case "woodPlastic" :
      document.write('<SCRIPT TYPE="text/javascript" SRC="/includes/menus/woodPlastic.js"></SCRIPT>');
      break;
    case "otherSupplies" :
      document.write('<SCRIPT TYPE="text/javascript" SRC="/includes/menus/otherSupplies.js"></SCRIPT>');
      break;
    case "plasticBags" :
      document.write('<SCRIPT TYPE="text/javascript" SRC="/includes/menus/plasticBags.js"></SCRIPT>');
      break;
    default:
      document.write('<TR><TD>&nbsp;</TD></TR>');
  }
}

function showState(s){

   if (s == 't') {
      foodserviceGlovesJS = 'onMouseOver="MM_showHideLayers(\'Foodservice\',\'\',\'show\',\'Medical\',\'\',\'hide\',\'Foodheadwear\',\'\',\'hide\',\'ApronsBibs\',\'\',\'hide\',\'WoodPlastic\',\'\',\'hide\',\'OtherSupplies\',\'\',\'hide\',\'PlasticBags\',\'\',\'hide\',\'HideLayer\',\'\',\'show\',\'HideLayerTop\',\'\',\'show\',\'HideLayerRight\',\'\',\'show\',\'HideLayerLeft\',\'\',\'show\');MM_swapImage(\'nav_food_gloves_t\',\'\',\'/images/nav/nav_food-gloves_o.gif\',1)"';
      medicalGlovesJS = 'onMouseOver="MM_showHideLayers(\'Foodservice\',\'\',\'hide\',\'Medical\',\'\',\'show\',\'Foodheadwear\',\'\',\'hide\',\'ApronsBibs\',\'\',\'hide\',\'WoodPlastic\',\'\',\'hide\',\'OtherSupplies\',\'\',\'hide\',\'PlasticBags\',\'\',\'hide\',\'HideLayer\',\'\',\'show\',\'HideLayerTop\',\'\',\'show\');MM_swapImage(\'nav_med_gloves_t\',\'\',\'/images/nav/nav_med-gloves_o.gif\',1)"';
      foodserviceHeadwearJS = 'onMouseOver="MM_showHideLayers(\'Foodservice\',\'\',\'hide\',\'Medical\',\'\',\'hide\',\'Foodheadwear\',\'\',\'show\',\'ApronsBibs\',\'\',\'hide\',\'WoodPlastic\',\'\',\'hide\',\'OtherSupplies\',\'\',\'hide\',\'PlasticBags\',\'\',\'hide\',\'HideLayer\',\'\',\'show\',\'HideLayerTop\',\'\',\'show\');MM_swapImage(\'nav_food_headwear_t\',\'\',\'/images/nav/nav_food-headwear_o.gif\',1)"';
      apronsBibsJS = 'onMouseOver="MM_showHideLayers(\'Foodservice\',\'\',\'hide\',\'Medical\',\'\',\'hide\',\'Foodheadwear\',\'\',\'hide\',\'ApronsBibs\',\'\',\'show\',\'WoodPlastic\',\'\',\'hide\',\'OtherSupplies\',\'\',\'hide\',\'PlasticBags\',\'\',\'hide\',\'HideLayer\',\'\',\'show\',\'HideLayerTop\',\'\',\'show\');MM_swapImage(\'nav_aprons_bibs_t\',\'\',\'/images/nav/nav_aprons-bibs_o.gif\',1)"';
      woodPlasticJS = 'onMouseOver="MM_showHideLayers(\'Foodservice\',\'\',\'hide\',\'Medical\',\'\',\'hide\',\'Foodheadwear\',\'\',\'hide\',\'ApronsBibs\',\'\',\'hide\',\'WoodPlastic\',\'\',\'show\',\'OtherSupplies\',\'\',\'hide\',\'PlasticBags\',\'\',\'hide\',\'HideLayer\',\'\',\'show\',\'HideLayerTop\',\'\',\'show\');MM_swapImage(\'nav_wood_plastic_t\',\'\',\'/images/nav/nav_wood-plastic_o.gif\',1)"';
      otherSuppliesJS = 'onMouseOver="MM_showHideLayers(\'Foodservice\',\'\',\'hide\',\'Medical\',\'\',\'hide\',\'Foodheadwear\',\'\',\'hide\',\'ApronsBibs\',\'\',\'hide\',\'WoodPlastic\',\'\',\'hide\',\'OtherSupplies\',\'\',\'show\',\'PlasticBags\',\'\',\'hide\',\'HideLayer\',\'\',\'show\',\'HideLayerTop\',\'\',\'show\');MM_swapImage(\'nav_other_supplies_t\',\'\',\'/images/nav/nav_other-supplies_o.gif\',1)"';
      plasticBagsJS = 'onMouseOver="MM_showHideLayers(\'Foodservice\',\'\',\'hide\',\'Medical\',\'\',\'hide\',\'Foodheadwear\',\'\',\'hide\',\'ApronsBibs\',\'\',\'hide\',\'WoodPlastic\',\'\',\'hide\',\'OtherSupplies\',\'\',\'hide\',\'PlasticBags\',\'\',\'show\',\'HideLayer\',\'\',\'show\',\'HideLayerTop\',\'\',\'show\',\'HideLayerRight\',\'\',\'show\',\'HideLayerLeft\',\'\',\'show\');MM_swapImage(\'nav_plastic_bags_t\',\'\',\'/images/nav/nav_plastic-bags_o.gif\',1)"';
   } else {
      foodserviceGlovesJS = 'onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_food_gloves_b\',\'\',\'/images/nav/nav_food-gloves_o.gif\',1)"';
      medicalGlovesJS = 'onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_med_gloves_b\',\'\',\'/images/nav/nav_med-gloves_o.gif\',1)"';
      foodserviceHeadwearJS = 'onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_food_headwear_b\',\'\',\'/images/nav/nav_food-headwear_o.gif\',1)"';
      apronsBibsJS = 'onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_aprons_bibs_b\',\'\',\'/images/nav/nav_aprons-bibs_o.gif\',1)"';
      woodPlasticJS = 'onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_wood_plastic_b\',\'\',\'/images/nav/nav_wood-plastic_o.gif\',1)"';
      otherSuppliesJS = 'onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_other_supplies_b\',\'\',\'/images/nav/nav_other-supplies_o.gif\',1)"';
      plasticBagsJS = 'onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_plastic_bags_b\',\'\',\'/images/nav/nav_plastic-bags_o.gif\',1)"';
   }

   if (section == 'foodserviceGloves') foodserviceGlovesImgSrc="/images/nav/nav_food-gloves_s.gif"; else foodserviceGlovesImgSrc="/images/nav/nav_food-gloves.gif";
   if (section == 'medicalGloves') medicalGlovesImgSrc="/images/nav/nav_med-gloves_s.gif"; else medicalGlovesImgSrc="/images/nav/nav_med-gloves.gif";
   if (section == 'foodserviceHeadwear') foodserviceHeadwearImgSrc="/images/nav/nav_food-headwear_s.gif"; else foodserviceHeadwearImgSrc="/images/nav/nav_food-headwear.gif";
   if (section == 'apronsBibs') apronsBibsImgSrc="/images/nav/nav_aprons-bibs_s.gif"; else apronsBibsImgSrc="/images/nav/nav_aprons-bibs.gif";
   if (section == 'woodPlastic') woodPlasticImgSrc="/images/nav/nav_wood-plastic_s.gif"; else woodPlasticImgSrc="/images/nav/nav_wood-plastic.gif";
   if (section == 'otherSupplies') otherSuppliesImgSrc="/images/nav/nav_other-supplies_s.gif"; else otherSuppliesImgSrc="/images/nav/nav_other-supplies.gif";
   if (section == 'plasticBags') plasticBagsImgSrc="/images/nav/nav_plastic-bags_s.gif"; else plasticBagsImgSrc="/images/nav/nav_plastic-bags.gif";

   with (document) {
      write('		  <TD><A HREF="/foodservice/" ' + foodserviceGlovesJS + '><IMG NAME="nav_food_gloves_' + s + '" SRC="' + foodserviceGlovesImgSrc + '" WIDTH=94 HEIGHT=17 BORDER=0></A></TD>');
      write('		  <TD><A HREF="/medical/" ' + medicalGlovesJS + '><IMG NAME="nav_med_gloves_' + s + '" SRC="' + medicalGlovesImgSrc + '" WIDTH=77 HEIGHT=17 BORDER=0></A></TD>');
      write('		  <TD><A HREF="/headwear/" ' + foodserviceHeadwearJS + '><IMG NAME="nav_food_headwear_' + s + '" SRC="' + foodserviceHeadwearImgSrc + '" WIDTH=105 HEIGHT=17 BORDER=0></A></TD>');
      write('		  <TD><A HREF="/apronsbibs/" ' + apronsBibsJS + '><IMG NAME="nav_aprons_bibs_' + s + '" SRC="' + apronsBibsImgSrc + '" WIDTH=72 HEIGHT=17 BORDER=0></A></TD>');
      write('		  <TD><A HREF="/woodplastic/" ' + woodPlasticJS + '><IMG NAME="nav_wood_plastic_' + s + '" SRC="' + woodPlasticImgSrc + '" WIDTH=96 HEIGHT=17 BORDER=0></A></TD>');
      write('		  <TD><A HREF="/othersupplies/" ' + otherSuppliesJS + '><IMG NAME="nav_other_supplies_' + s + '" SRC="' + otherSuppliesImgSrc + '" WIDTH=75 HEIGHT=17 BORDER=0></A></TD>');
      write('		  <TD><A HREF="/plasticbags/" ' + plasticBagsJS + '><IMG NAME="nav_plastic_bags_' + s + '" SRC="' + plasticBagsImgSrc + '" WIDTH=67 HEIGHT=17 BORDER=0></A></TD>');
   }
}