﻿function SetUpRedirect() {
  var destination = "/Download/ThankYou?Version=32bit";
  setTimeout("window.location='" + destination + "'", 1000);
  return true;
}
function SetUpRedirect64bit() {
  var destination = "/Download/ThankYou?Version=64bit";
  setTimeout("window.location='" + destination + "'", 1000);
  return true;
}
