function popupWindow(theURL,win) {
winPic = window.open(theURL,win,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=830,height=680,screenX=5,screenY=5,top=5,left=5');
winPic.focus();
}

// was: height=770
