
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;



   var contactoff              = new Image();
   var contacton               = new Image();
       contactoff.src          = "images/contact_off.gif"; 
       contacton.src           = "images/contact_on.gif"; 

//-->
