

function RemoveContent(d)
    {
        if(d.length < 1) { return; }
    document.getElementById(d).style.display = "none";
    }
    
function ShowContent(d) {
    if(d.length < 1) { return; }
    document.getElementById(d).style.display = "block";
    }

function displayPhotoLinks()
{

    
    
        
        
}
displayPhotoLinks();
