function movein(tbpos)
{
var td = document.getElementById(tbpos);
document.getElementById(tbpos).background = "../images/fsbg2.gif";
td.style.cursor = "hand";
}

function moveout(tbpos)
{
var td = document.getElementById(tbpos).style;
document.getElementById(tbpos).background = "../images/fsbg.gif";
}

function letsgo(tbpos)
{
window.location="feng-shui-flying-stars-"+tbpos+".php";
}
