// JavaScript Documentfunction ShowPhoto(thePhoto, theWidth, theHeight){	window.open('9_sup/photo.php?thePhoto=' + thePhoto + '&theHeight='+ theHeight +'&theWidth='+ theWidth + '','hello','height='+ (theHeight+140) +',width='+ (theWidth+120) +'');}