<!--
function fsOpenProfWin(xNAME){
	var xURL ='prof/pop_prof.html#'+xNAME;
	detailWin=window.open(xURL,'newWin','toolbar=no,menubar=no,scrollbars=yes,width=450,height=500,resizable=no');
	detailWin.focus();
}

//-->
