function noError() { return true; }
onerror = noError;

if(top!=self) top.location=self.location;

function ShowPopup(url,popx,popy) { window.open(url,"","width="+popx+",height="+popy+",scrollbars=yes,resize=no"); }
