// JavaScript Document - http://www.brenz.net/css/main.css
function ShowMorePhotos(MorePhotosID) {
document.getElementById('MorePhotos_' + MorePhotosID).style.display = "block";
document.getElementById('clasp_' + MorePhotosID).innerHTML="";
}
