


function closer() {
		window.close()
}


function checkform() {
var pid;
	if (document.formentry.pid.value == "") {
		pid = prompt("Empty field: Profs ID.","")
		document.formentry.pid.value = pid; }

// Now submit the form -

  }



function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=0,menubar=false,status=false' );
}

/*
function nope(){
window.open("http://www.7a9057.com/default.asp")
}*/
