function validate(){

if 

((document.Simple.name.value=="")|


(document.Simple.email.value=="")|

(document.Simple.email.comments=="")){
alert ("Please fill in the required fields")

return false

}

else

return true

}



function popitup(url) {
	newwindow=window.open(url,'name','height=782,width=768');
	if (window.focus) {newwindow.focus()}
	return false;
}

function scroll(url) {
	newwindow=window.open(url,'name','height=782,width=830,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}


function bios(a) {
		document.getElementById('bios').style.visibility = "hidden";
	document.getElementById('jhanenian').style.display = "none";
		document.getElementById('jgreco').style.display = "none";
			document.getElementById('sobrien').style.display = "none";
				document.getElementById('aoneal').style.display = "none";
				document.getElementById('jmeyer').style.display = "none";
	document.getElementById(a).style.visibility = "visible";
		document.getElementById(a).style.display = "block";
		document.getElementById('goback').style.visibility = "visible";


}
