function startDownload(url)  
{  
window.open(url,'Download');  
}  