<!--
/*
OPEN NEW WINDOW FOR MEMBER'S DETAILS
*/
function MemWin(WinURL) 
{

window.open(WinURL,"Member","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=460,height=500,left=270,top=200")
}
//-->
