function getLandscapeImage(pExistingImageID, pImageURL){
    var img = document.createElement('img');
    var img_url = pImageURL;
    img.onload = function (evt) {
        document.getElementById(pExistingImageID).src=img_url;
        document.getElementById(pExistingImageID).width=385;
        document.getElementById(pExistingImageID).height=385;
    }
    img.src = img_url;
    return false;
} 


function getImageTitle(pExistingImageID, pTitle){
    var img = document.createElement('title');
    var img_url = pImageURL;
    img.onload = function (evt) {
        document.getElementById(pExistingImageID).src=img_url;
        document.getElementById(pExistingImageID).width=385;
        document.getElementById(pExistingImageID).height=385;
    }
    img.src = img_url;
    return false;
} 