// JavaScript Document
function sCalRedirectSP() {
var destination = "/products/smartphone/sianix-calendar-sync/thankyou.html";
setTimeout("window.location='"+destination+"'",2000);
return true;
}

function sGPSRedirectSP() {
var destination = "/products/smartphone/sianix-gps-compass/thankyou.html";
setTimeout("window.location='"+destination+"'",2000);
return true;
}

function sCalRedirectPPC() {
var destination = "/products/pocketpc/sianix-calendar-sync/thankyou.html";
setTimeout("window.location='"+destination+"'",2000);
return true;
}

function sGPSRedirectPPC() {
var destination = "/products/pocketpc/sianix-gps-compass/thankyou.html";
setTimeout("window.location='"+destination+"'",2000);
return true;
}
