function changeTableTab(b)
{
$(".tabs").css("display", "none");
$("#Tab"+b).css("display", "block");

if (b==1)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/stringthis/ey-featured-tabs.jpg) no-repeat scroll 0 0");
}

if (b==2)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/stringthis/ey-featured-tabs.jpg) no-repeat scroll 0 -39px");
}

if (b==3)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/stringthis/ey-featured-tabs.jpg) no-repeat scroll 0 -78px");
}

if (b==4)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/stringthis/ey-featured-tabs.jpg) no-repeat scroll 0 -117px");
}

if (b==5)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/stringthis/ey-featured-tabs.jpg) no-repeat scroll 0 -156px");
}

if (b==6)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/stringthis/ey-featured-tabs.jpg) no-repeat scroll 0 -195px");
}

}
