function showPicture(foto, fototitle){
	window.open("photoview.php?url="+foto+"&ftitle="+fototitle, "photoview", "width=200px, height=100px, statusbar=0, status=0");
}


