<!--

// add 'aboutButtons' div/layer here
if (browserName == "Microsoft Internet Explorer") {

  // write the IE 'DIV' tag
  document.write("<div id=about style=\"position:absolute; left:2px; top:45px; width:195px; height:43px; z-index:1; visibility: hidden\" onMouseOver=clearTimeout(menuTimer); onMouseOut=setMenuTimer();>");

  // write the 'aboutButtons' content
  document.write("<a href=\"/products/index.cfm?fuseaction=dsp_cart\"><img src=\"/images/vieworder.gif\" width=\"107\" height=\"23\" name=\"aboutA\"  border=\"0\"></a><br>");

  // close the 'DIV' tag
  document.write("</div>");  

} else {

  // write the Netscape 'LAYER' tag
  document.write("<layer name=about width=195 height=43 z-index=1 left=2 top=45 visibility=hide onMouseOver=clearTimeout(menuTimer); onMouseOut=setMenuTimer();>");

  // write the 'aboutButtons' content
  document.write("<a href=\"/products/index.cfm?fuseaction=dsp_cart\"><img src=\"/images/vieworder.gif\" width=\"107\" height=\"23\" name=\"aboutA\"  border=\"0\"></a><br>");
  document.write("<a href=\"about/location.htm\" onmouseover=\"highlight('On', 'aboutB', ''); return true\" onmouseout=\"highlight('Off', 'aboutB', ' '); return true\"><img src=\"img/menu_about_b_norm.gif\" width=\"195\" height=\"13\" name=\"aboutB\" border=\"0\"></a><br>");
  document.write("<a href=\"about/affiliations.htm\" onmouseover=\"highlight('On', 'aboutC', ''); return true\" onmouseout=\"highlight('Off', 'aboutC', ' '); return true\"><img src=\"img/menu_about_c_norm.gif\" width=\"195\" height=\"15\" name=\"aboutC\" border=\"0\"></a><br>");

  // close the 'LAYER' tag
  document.write("</layer>");

} // if



// add 'specialButtons' div/layer here
if (browserName == "Microsoft Internet Explorer") {

  // write the IE 'DIV' tag
  document.write("<div id=products style=\"position:absolute; left:106px; top:97px; width:195px; height:127px; z-index:2; visibility: hidden\" onMouseOver=clearTimeout(menuTimer); onMouseOut=setMenuTimer();>");

  // write the 'aboutButtons' content
  document.write("<a href=\"/products/index.cfm?fuseaction=dsp_cart&category=1\"><img src=\"/images/vieworder.gif\" width=\"107\" height=\"23\" name=\"aboutA\"  border=\"0\"></a><br>");

  // close the 'DIV' tag
  document.write("</div>");  

} else {

  // write the Netscape 'LAYER' tag
  document.write("<layer name=products width=195 height=127 z-index=2 left=106 top=45 visibility=hide onMouseOver=clearTimeout(menuTimer); onMouseOut=setMenuTimer();>");


  // write the 'aboutButtons' content
  document.write("<a href=\"/products/index.cfm?fuseaction=dsp_cart&category=1\"><img src=\"/images/vieworder.gif\" width=\"107\" height=\"23\" name=\"aboutA\"  border=\"0\"></a><br>");

  // close the 'LAYER' tag
  document.write("</layer>");

} // if


// -->
