
function moveover(txt) {
	window.status = txt;
}

function EraseStatusBar() {
	window.status="";
} 

function openConsole()
{
	param = "toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1";
	okno = window.open('','', param);
	okno.moveTo(0,0);
	okno.resizeTo(screen.availWidth, screen.availHeight);
	okno.location.href("http://www.gayexit.com/cgi-bin/enter.cgi?orionis");
}