  function profileWin(URL)  {
    window.open(URL, 'profile_Win', 'top=100,left=20,width=750,height=450,scrollbars=yes,resizable=yes,location=0,toolbar=no,menubar=no');
  }

  function profileWin2(URL)  {
    window.open(URL, 'profile_Win2', 'top=100,left=20,width=250,height=250,scrollbars=no,resizable=no,location=0,toolbar=no,menubar=no');
  }
  function profileWin3(URL)  {
    window.open(URL, 'profile_Win3', 'top=100,left=20,width=650,height=400,scrollbars=yes,resizable=no,location=0,toolbar=no,menubar=no');
  }

