function enlargePhoto(img) {
    var src = img.src.replace("-sm.","-med.");
    window.open(src,"Photo","height=420,width=540,status=no,toolbar=no,menubar=no,location=no,resizable=1,scrollbars=1");
}
