self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
if (top.frames.length != 0)
	{
	top.location=document.location;
	}
window.onerror = blockError;

function blockError()
{
	return true;
}

function MM_openBrWindow(theURL,winName,features)
{ 
  window.open(theURL,winName,features);
}