function DirectDownload(pFileURL)
{
	if(pFileURL)
		location.href = '/_Common/Download/DirectDownload.aspx?FileURL=' + pFileURL;
}