resizeLarge();

function resizeLarge() {
var url = window.location.href;

if (url.indexOf("/Small") + url.indexOf("/Medium") + url.indexOf("/Original") > -3) {
window.location.replace(url.substr(0, url.lastIndexOf("/")) + "/Large")
}
}


rightClickWarning = "All photos are property of Michael Mingo/Twin Cities Photography. All rights reserved. Unauthorized use is prohibited.  Click the 'Buy this Photo' link to purchase a photograph."; 

<!-- time of delay for flyout bar on main photo -->
photoBarDelay = 1;


<!-- does not create larger thumbnails when screen is greater than 1600px -->
SM.SmugMug.config.autoThumbSize = false;




