
// download page redirect

function ForwardDownload()
{
	var destination = "http://driverfinderpro.com/download.php";
	setTimeout("window.location.href='"+destination+"'",1000);
	return true;
}
