function changeTab(b)
{
$(".tabs").css("display", "none");
$("#Tab"+b).css("display", "block");
$(".tabClass").removeClass('selected');
$("#tab"+b).addClass('selected');
$(".tabTable td a").removeClass('selected');
$("#tabHeader"+b).addClass('selected');

if (b==1)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-94738257750630/ey-tfi-tabs.gif) no-repeat scroll 0 -446px");
}

if (b==2)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-94738257750630/ey-tfi-tabs.gif) no-repeat scroll 0 -357px");
}

if (b==3)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-94738257750630/ey-tfi-tabs.gif) no-repeat scroll 0 -268px");
}

if (b==4)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-94738257750630/ey-tfi-tabs.gif) no-repeat scroll 0 -178px");
}

if (b==5)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-94738257750630/ey-tfi-tabs.gif) no-repeat scroll 0 -89px");
}

if (b==6)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-94738257750630/ey-tfi-tabs.gif) no-repeat scroll 0 0");
}

}
