function openWin()
{
  window.open('credits.aspx','credits','width=280,height=180,scrollbars=yes,toolbar=no,resizable=yes, left=0, top=0');
}

