// JavaScript Document

function postcard() {
postcardWindow = window.open('../postcard.htm','postcardwindow','width=400,height=300')
}

function webcam() {
webcamWindow = window.open('cam.php?r=t','webcamwindow', 'width=660,height=520')
}
