function newWindow(filename, w,h){  
        popWin = window.open(filename,"popup","height="+h+",width="+w+",scrollbars=no, resize=no, leftmargin=0, topmargin=0", "dependent") ; popWin.focus ("popup");
}


function closePopUp () {
		if (popWin.document) {
			popWin.close(); return false;	}
			}


function goTo(URL) {
	location.href = URL;
		}
		
function voidThis() {}


function killError()
{
  return true;
}


if (parent.frames.length > 0) { 
		parent.location.href = location.href;
		}

window.onerror = killError;

window.defaultStatus = ""
