function newWindow(url,option) 
{
  if (url != '')
  {
    window.open(url,"supplement",option);
  }
}
