function pop_image(photoUrl)
{
	window.open(photoUrl,"mywindow","status=1,scrollbars=1,resizable=1,width=540,height=400");              
}
