<!--

if (document.images) {

image7on = new Image();
   image7on.src = "../images/flash_colin_1.gif";
   
   image11on = new Image();
   image11on.src = "../images/icon1_type_1.gif";
   
   image12on = new Image();
   image12on.src = "../images/icon1_diver_1.gif";
   
   image13on = new Image();
   image13on.src = "../images/icon1_body_1.gif";
   
   image14on = new Image();
   image14on.src = "../images/icon1_sur_1.gif";
   
   image7off = new Image();
   image7off.src = "../images/flash_colin_0.gif";
   
   
   image11off = new Image();
   image11off.src = "../images/icon1_type.gif";
   
   image12off = new Image();
   image12off.src = "../images/icon1_diver.gif";
   
   image13off = new Image();
   image13off.src = "../images/icon1_body.gif";
   
   image14off = new Image();
   image14off.src = "../images/icon1_sur.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");
  }
}

 newWindow = null

    function displaybugtoon_1()
    {
        newWindow = window.open('../flash/bugtoon_1.html','bugtoon_1','toolbar=no,width=550,height=400,directories=no,status=no,scrollbars=no,resizable=no,menubar=no');
        newWindow.focus();

        if(newWindow != null && newWindow.opener == null)
        {
            newWindow.opener = window;
        }
    }
// -->
