// JavaScript Document
function popUp1() {
props=window.open('imageshp/postCardLarge.jpg', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=800, height=750 left = 100, top = 100');  
}

function popUp2() {
props=window.open('imageshp/postCardLarge2.jpg', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=800, height=750 left = 100, top = 100'); 
}
