function ViewImage(ifoto, ix, iy, ititle, ilang)
	{ 
	window.open('/foto.php?foto='+ifoto+'&title='+ititle+'&lang='+ilang,  'foto', 'left=10, top=10, width='+ix+', height='+iy+', toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0')
	}