filmstripMove = 0;
displaySmugPopular = false;


rightClickWarning = "All photos are property of michaelangelo photography. All rights reserved. Unauthorized use is prohibited.";


function delHover() {
imgTags = document.getElementsByTagName("img");
for (i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}





