// JavaScript Document
function  show_photo(pic_name) {
	document.all.big_photo.src = pic_name
}


function print_window(url) {
  window.open(url,'printWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=830,height=500,screenX=150,screenY=150,top=150,left=150')
}
