<!-- Hide
if (document.all || document.layers){
le=screen.availWidth
he=screen.availHeight
if (le<1050){
self.moveTo(0,0)
if (document.layers)
self.outerWidth=le
self.outerHeight=he
if (document.all)
self.resizeTo(le,he)
}
if (le>1050){
lef=1000
hef=750
lc=(le-lef)/2
hc=(he-hef)/2
self.moveTo(lc,hc)
if (document.layers)
self.outerWidth=lef
self.outerHeight=hef
if (document.all)
self.resizeTo(lef,hef)
}
}
function stopErrors() {
 return true;
}
window.onerror = stopErrors;

// -->