<!--
function SymError()
{
  return true;
}
window.onerror = SymError;
function popWindow(theURL,winName,scr,wif,hif) { //POPUP•\ˇ¦
x = (screen.width - wif)/2;
y = (screen.height - hif)/2;
top[winName] = window.open(theURL,winName,"titlebar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width="+ wif +",height="+ hif);
top[winName].focus();
}
//-->