function changeTab(b)
{
$(".tabs").css("display", "none");
$("#Tab"+b).css("display", "block");
$(".tabTable td a").removeClass('selected');
$("#tabHeader"+b+" a").addClass('selected');


if (b==1)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-28355172338643/ey-tfi-tabs.gif) no-repeat scroll 0 0");
}

if (b==2)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-28355172338643/ey-tfi-tabs.gif) no-repeat scroll 0 -32px");
}

if (b==3)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-28355172338643/ey-tfi-tabs.gif) no-repeat scroll 0 -64px");
}

if (b==4)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-28355172338643/ey-tfi-tabs.gif) no-repeat scroll 0 -96px");
}

if (b==5)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-28355172338643/ey-tfi-tabs.gif) no-repeat scroll 0 -128px");
}

}
