function openwin(loc, winname)
{
    newwin = window.open(loc, winname, "width=660,height=580,scrollbars=yes,status=no,toolbar=no,menubar=no,top=10,left=120");
}
function member_details_openwin(loc, winname)
{
    newwin = window.open(loc, winname, "width=530,height=198,scrollbars=yes,status=no,resize=yes,toolbar=no,menubar=no,top=10,left=120");
}
