function popup($image) { 
	window.open($image, "image", "location=0,status=0,scrollbars=0, width=500, height=500"); 
}
