<!--
function replace(name) {

    var imgId = name.replace("Year of the Dragon calendar design ","");

    document.largePic.src= "images/" + imgId + ".jpg";
    document.largePic.alt= name;
}

// -->
