//Tabbed Featured Items
function changeTab(b)
{
$(".tabs").css("display", "none");
$("#Tab"+b).css("display", "block");
$(".tabTable td a").removeClass('selected');
$(".tab"+b).addClass('selected');


if (b==1)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-68479642473139/ey-tfi-top.gif) no-repeat scroll 0 0");
}

if (b==2)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-68479642473139/ey-tfi-top.gif) no-repeat scroll 0 -79px");
}

if (b==3)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-68479642473139/ey-tfi-top.gif) no-repeat scroll 0 -158px");
}

if (b==4)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-68479642473139/ey-tfi-top.gif) no-repeat scroll 0 -237px");
}

if (b==5)
{
$(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-68479642473139/ey-tfi-top.gif) no-repeat scroll 0 -316px");
}

}
//End Tabbed-Featured-Items
