  function iChange(state) {
  
      if(state == 1)
      
        frames['BodyF'].location.href = "Portfolio.htm";

      if(state == 2)
      
        frames['BodyF'].location.href = "AboutUs.htm";
        
      if(state == 3)
      
        frames['BodyF'].location.href = "Mission.htm";

      if(state == 4)
      
        frames['BodyF'].location.href = "ContactUs.asp";
      
      if(state == 5)
      
        frames['BodyF'].location.href = "WhatIsNeon.htm";
      if(state == 6)
      
        frames['BodyF'].location.href = "TubeBending.htm";
      if(state == 7)
      
        frames['BodyF'].location.href = "PressRelease.htm";     
      if(state == 8)
      
        frames['BodyF'].location.href = "Start.htm"; 
 }

  function changeCursor(Id,cursorType) {
     document.all[Id].style.cursor = cursorType;
  }