function open_photo(url){
	
		window.open(url,'','width=620,height=400,scrollbars=no');

}