
function PictureShooter(photo,width,height) {
	window.open(photo, "photogalerie", "width="+width+",height="+height+"");
}


