// JavaScript Document
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

//-->

<!--
var ns=(document.layers);var ie=(document.all);var w3=(document.getElementById && !ie);
function mouse_over_menu(no){document.getElementById(no).style.visibility = 'visible';}
function mouse_out_menu(no){if(ns||w3){document.getElementById(no).style.visibility = 'hidden';}};
function mouse_leave_menu(no){if(ie){document.getElementById(no).style.visibility = 'hidden';}}
-->
