I am using this javascript function to launch download
function startDownload(url) { window.open(url, \'Download\'); }
It works, but i