function redirectToDownload()
{
	document.location.href = "download.php";
}
