
function downloadCSV(csvname, rootPath)
{
    document.getElementById("RemoteScripting").src=rootPath+"Common/downloadCSV.aspx?filename=" + csvname;	
}

