function changeTableTab(c)
{
$(".tabs").css("display", "none");
$("#Tab"+c).css("display", "block");
$(".tabClass").removeClass('selected');
$("#tab"+c).addClass('selected');


if (c==1)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-61704673892577/ey-featured-tabs.jpg) no-repeat scroll 0 0");
}

if (c==2)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-61704673892577/ey-featured-tabs.jpg) no-repeat scroll 0 -55px");
}

if (c==3)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-61704673892577/ey-featured-tabs.jpg) no-repeat scroll 0 -110px");
}

if (c==4)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-61704673892577/ey-featured-tabs.jpg) no-repeat scroll 0 -165px");
}

if (c==5)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-61704673892577/ey-featured-tabs.jpg) no-repeat scroll 0 -220px");
}

}
