function changeTableTab(b)
{
$(".tabs").css("display", "none");
$("#Tab"+b).css("display", "block");
$(".tabClass").removeClass('selected');
$("#tab"+b).addClass('selected');


if (b==1)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-52530188155118/ey-featured-tabs.jpg) no-repeat scroll 0 0");
}

if (b==2)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-52530188155118/ey-featured-tabs.jpg) no-repeat scroll 0 -32px");
}

if (b==3)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-52530188155118/ey-featured-tabs.jpg) no-repeat scroll 0 -64px");
}

if (b==4)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-52530188155118/ey-featured-tabs.jpg) no-repeat scroll 0 -96px");
}

if (b==5)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-52530188155118/ey-featured-tabs.jpg) no-repeat scroll 0 -128px");
}

if (b==6)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-52530188155118/ey-featured-tabs.jpg) no-repeat scroll 0 -160px");
}

}
