document.write("<div><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td><a href=\"http://tinyurl.com/24s588d\"  target=\"_blank\">View an online edition of our latest Sire Catalogue</a></td></tr></table></div>");

function showCatalogue(isChange)
{
    var cat=document.getElementById("catalogueLayer");
    if(isChange)
    {
    cat.style.color="#777777";
    cat.style.width="100px";
    cat.style.height="20px";
    }
    else
    {
    cat.style.color="#111111";
    cat.style.width="100px";
    cat.style.height="50px";
    }
    
}