function blockError()
{
	return true
}
window.onerror=blockError

//self.resizeTo(width=1024,height=600)

window.defaultStatus='John Austin Ltd'

function hidestatus()
	{
		window.status='John Austin Ltd'
		return true
	}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus