function test()
{alert('test');}

function medCardDefault()
{
    document.getElementById('medicareCardImg').style.background='url(../common/images/MedCard.jpg) 0px 0px no-repeat';
}
function medCardClaimNbr()
{
    document.getElementById('medicareCardImg').style.background='url(../common/images/MedCard.jpg) 0px -134px no-repeat';
}
function medCardPartA()
{
    document.getElementById('medicareCardImg').style.background='url(../common/images/MedCard.jpg) 0px -268px no-repeat';
}
function medCardPartB()
{
    document.getElementById('medicareCardImg').style.background='url(../common/images/MedCard.jpg) 0px -402px no-repeat';
}