function download(path)
{
  if (path!=null)
  {
    window.open('./' + path,'','height:50,width:50','');
  }
}
