function newWin(url)
{
  window.open(url, 'newwin', 'height='+document.body.clientHeight+',width='+document.body.clientWidth+', toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes,location=yes, directories=yes, status=yes');
  return true;
}

