jQuery.noConflict();
function changeTableTab(b)
{
jQuery(".tabs").css("display", "none");
jQuery("#Tab"+b).css("display", "block");
jQuery(".tabTable td").removeClass('selected');
jQuery("#tabHeader"+b).addClass('selected');

if (b==1)
{
jQuery(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-71015718095253/ey-tfi-tabs.gif) no-repeat scroll 0 0px");
}

if (b==2)
{
jQuery(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-71015718095253/ey-tfi-tabs.gif) no-repeat scroll 0 -70px");
}

if (b==3)
{
jQuery(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-71015718095253/ey-tfi-tabs.gif) no-repeat scroll 0 -140px");
}

if (b==4)
{
jQuery(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-71015718095253/ey-tfi-tabs.gif) no-repeat scroll 0 -210px");
}

if (b==5)
{
jQuery(".tabTable").css("background", "url(https://lib.store.yahoo.net/lib/yhst-71015718095253/ey-tfi-tabs.gif) no-repeat scroll 0 -280px");
}

}
