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