<!--
/*
OPEN NEW WINDOW FOR MEMBER'S PROFILE
*/
function MemProf(ProfURL) 
{
window.open(ProfURL,"Profile","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=450,height=500")
}
//-->
