function showContent(id,theClass)
{
    document.getElementById(id).style.display = "block";
    document.getElementById("dropdown").className = theClass;
}

function hideContent(id)
{
    document.getElementById(id).style.display = "none";
    document.getElementById("dropdown").className = null;
}

window.addEvent('domready', function() {
    if(document.location.href.indexOf('/hcp/relistor/home') == -1 &&
        document.location.href.indexOf('Co-Pay-Discount-Offer') == -1)
    
    {

        $('dollar20_callout').setStyle('display','block');
        $('dollar20_callout_nav').setStyle('display','block');
    }
});

window.addEvent('domready', function() {
$('hcpFooterJobNumber').innerHTML='258891-01'
});
