<!-- hide from antiquated browsers

window.onerror=null;
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

function imgOn(imgName) {
  if (ver == "yes")  {
  document[imgName].src = eval(imgName + "on.src");
  }
}

function imgOff(imgName) {
  if (ver == "yes")  {
  document[imgName].src = eval(imgName + "off.src");
  }
}

if((browserName=="Netscape" && browserVer >= 3) ||
   (browserName=="Microsoft Internet Explorer" && browserVer >= 4)) ver = "yes";
else ver = "no";
if(ver == "yes") {

 

  
  img6on=new Image();
  img6on.src="/around/sound/images/noisehome_red.gif";

  img6off=new Image();
  img6off.src="/around/sound/images/noisehome_blk.gif";
  
  img7on=new Image();
  img7on.src="/around/sound/images/about_noise_red.gif";

  img7off=new Image();
  img7off.src="/around/sound/images/about_noise_blk.gif";

  img8on=new Image();
  img8on.src="/around/sound/images/projectsred.gif";

  img8off=new Image();
  img8off.src="/around/sound/images/projectsblk.gif";
  
  img9on=new Image();
  img9on.src="/around/sound/images/productsred.gif";

  img9off=new Image();
  img9off.src="/around/sound/images/productsblk.gif";
  
  img10on=new Image();
  img10on.src="/around/sound/images/helpmered.gif";

  img10off=new Image();
  img10off.src="/around/sound/images/helpmeblk.gif";
  
  img11on=new Image();
  img11on.src="/around/sound/images/ppfred.gif";

  img11off=new Image();
  img11off.src="/around/sound/images/ppfblk.gif";
  
  img12on=new Image();
  img12on.src="/around/sound/images/zipred.gif";

  img12off=new Image();
  img12off.src="/around/sound/images/zipblk.gif";

  img13on=new Image();
  img13on.src="/around/sound/images/toolsred.gif";

  img13off=new Image();
  img13off.src="/around/sound/images/toolsblk.gif";
}

// end hiding -->



