<!-- hide

if (document.images) {
              toc1on = new Image();
              toc1on.src = "images/buttons/aboutus-on.gif";
              toc2on = new Image();
              toc2on.src = "images/buttons/maps-on.gif";
              toc3on = new Image();
              toc3on.src = "images/buttons/tnq-on.gif";
              toc4on = new Image();
              toc4on.src = "images/buttons/terms-on.gif";
              toc5on = new Image();
              toc5on.src = "images/buttons/links-on.gif";
              toc6on = new Image();
              toc6on.src = "images/buttons/index-on.gif";
              toc7on = new Image(); 
              toc7on.src = "images/buttons/formhol-on.gif";
              toc8on = new Image(); 
              toc8on.src = "images/buttons/ccty-on.gif";
              toc9on = new Image(); 
              toc9on.src = "images/buttons/nbch-on.gif";
              toc10on = new Image(); 
              toc10on.src = "images/buttons/ptdg-on.gif";
              toc11on = new Image(); 
              toc11on.src = "images/buttons/mbch-on.gif";
              toc12on = new Image(); 
              toc12on.src = "images/buttons/atht-on.gif";
              toc13on = new Image(); 
              toc13on.src = "images/buttons/dtre-on.gif";
              toc14on = new Image(); 
              toc14on.src = "images/buttons/hse-on.gif";
              toc15on = new Image(); 
              toc15on.src = "images/buttons/isld-on.gif";
              toc16on = new Image(); 
              toc16on.src = "images/buttons/bt-on.gif";
              toc17on = new Image(); 
              toc17on.src = "images/buttons/sig1-on.gif";
              toc18on = new Image(); 
              toc18on.src = "images/buttons/sig2-on.gif";
              toc19on = new Image(); 
              toc19on.src = "images/buttons/hotdeals-on.gif";
              toc20on = new Image();
              toc20on.src = "images/buttons/forms-on.gif";

              toc1off = new Image(); 
              toc1off.src = "images/buttons/aboutus-off.gif";
              toc2off = new Image(); 
              toc2off.src = "images/buttons/maps-off.gif";
              toc3off = new Image(); 
              toc3off.src = "images/buttons/tnq-off.gif";
              toc4off = new Image(); 
              toc4off.src = "images/buttons/terms-off.gif";
              toc5off = new Image(); 
              toc5off.src = "images/buttons/links-off.gif";
              toc6off = new Image(); 
              toc6off.src = "images/buttons/index-off.gif";
              toc7off = new Image();
              toc7off.src = "images/buttons/formhol-off.gif";
              toc8off = new Image();
              toc8off.src = "images/buttons/ccty-off.gif";
              toc9off = new Image();
              toc9off.src = "images/buttons/nbch-off.gif";
              toc10off = new Image();
              toc10off.src = "images/buttons/ptdg-off.gif";
              toc11off = new Image();
              toc11off.src = "images/buttons/mbch-off.gif";
              toc12off = new Image();
              toc12off.src = "images/buttons/atht-off.gif";
              toc13off = new Image();
              toc13off.src = "images/buttons/dtre-off.gif";
              toc14off = new Image();
              toc14off.src = "images/buttons/hse-off.gif";
              toc15off = new Image();
              toc15off.src = "images/buttons/isld-off.gif";
              toc16off = new Image();
              toc16off.src = "images/buttons/bt-off.gif";
              toc17off = new Image();
              toc17off.src = "images/buttons/sig1-off.gif";
              toc18off = new Image();
              toc18off.src = "images/buttons/sig2-off.gif";
              toc19off = new Image();
              toc19off.src = "images/buttons/hotdeals-off.gif";
              toc20off = new Image();
              toc20off.src = "images/buttons/forms-off.gif";

      }

 function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}

// done hiding -->
