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/grandmaspoils/ey-featured-tabs.gif) no-repeat scroll 0 0");
$(".tab1").css("color", "#4518b6");
$(".tab2").css("color", "#000000");
$(".tab3").css("color", "#000000");
$(".tab4").css("color", "#000000");
$(".tab5").css("color", "#000000");
}

if (b==2)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/grandmaspoils/ey-featured-tabs.gif) no-repeat scroll 0 -66px");
$(".tab1").css("color", "#000000");
$(".tab2").css("color", "#4518b6");
$(".tab3").css("color", "#000000");
$(".tab4").css("color", "#000000");
$(".tab5").css("color", "#000000");
}

if (b==3)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/grandmaspoils/ey-featured-tabs.gif) no-repeat scroll 0 -132px");
$(".tab1").css("color", "#000000");
$(".tab2").css("color", "#000000");
$(".tab3").css("color", "#4518b6");
$(".tab4").css("color", "#000000");
$(".tab5").css("color", "#000000");
}

if (b==4)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/grandmaspoils/ey-featured-tabs.gif) no-repeat scroll 0 -198px");
$(".tab1").css("color", "#000000");
$(".tab2").css("color", "#000000");
$(".tab3").css("color", "#000000");
$(".tab4").css("color", "#4518b6");
$(".tab5").css("color", "#000000");
}

if (b==5)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/grandmaspoils/ey-featured-tabs.gif) no-repeat scroll 0 -264px");
$(".tab1").css("color", "#000000");
$(".tab2").css("color", "#000000");
$(".tab3").css("color", "#000000");
$(".tab4").css("color", "#000000");
$(".tab5").css("color", "#4518b6");
}

}
