var photoInfoShowing = false;
function togglePhotographicMetaInformation() {
    if (photoInfoShowing == false)
        showElement("photometainfo");
    else
        hideElement("photometainfo");
    photoInfoShowing = !photoInfoShowing;
} function showElement(elementID) {
    document.getElementById(elementID).style.visibility = "visible";
} function hideElement(elementID) {
    document.getElementById(elementID).style.visibility = "hidden";
} function shadow() {
document.write('<td valign="top"><img src="whitesquare.gif" width="12" height="6" alt=""><br>')
document.write('<img src="topright.gif" width="12" height="12" alt=""><br>')
document.write('<img src="right.gif" width="12" height="' + h + '" alt=""></td>')
document.write('</tr><tr><td valign="top"><img src="whitesquare.gif" width="6" height="12" alt="">')
document.write('<img src="bottomleft.gif" width="12" height="12" alt="">')
document.write('<img src="bottom.gif" width="' + w + '" height="12" alt=""></td>')
document.write('<td valign="top"><img src="bottomright.gif" width="12" height="12" alt=""></td>')
} function mapLocation(latitude,longitude) {
document.write(' | <a href="http://maps.google.com/maps?q='+latitude+','+longitude+'&z=14&iwloc=0&hl=en&t=h">Map</a>')
}
