<!-- BLOCKS ALL JAVASCRIPT ERRORS

function blockError(){return true;}
window.onerror = blockError;

function MM_reloadPage(init) {  //reloads the window if Nav4 ../resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function openWindow (url,name,width,height,adds) {
  if (!width) width=720;
  if (!height) height=500;
  someWindow=window.open(url,name,
                         "width="+width+",height="+height+","+
       ((adds&&adds.indexOf("toolbar")!=-1)?null:"toolbar=no,")+
       ((adds&&adds.indexOf("menubar")!=-1)?null:"menubar=no,")+
       ((adds&&adds.indexOf("scrollbars")!=-1)?null:"scrollbars=yes,")+
       ((adds&&adds.indexOf("status")!=-1)?null:"status=yes,")+
       ((adds&&adds.indexOf("location")!=-1)?null:"location=no,")+
       adds);
  someWindow.focus();
}
function chekWin (url,name,width,height,adds) {
var loc_ad = self.location
if (window.name == "")
    {
window.open(url,'_self');
openWindow(loc_ad,name,width,height,adds);
     }
 }

