function NewWindow(url) 
{
  if (url != '')
  {
    window.open(url, '_blank',"width=850,height=650,scrollbars=yes");
  }
}