// Auto-resize window with picture
function popPhoto(sPicURL) { 
	window.open("photo.html?"+sPicURL, "photo_album", "width=200,height=200,left=20,top=20,scrollbars=no,menubar=no, resizable=no,location=no,toolbar=no");
} 
