/**
 *
 */
function ShowCsv(path,fileType)
{  
  window.location = "download.php?path="+path+"&fileType="+fileType;
}

