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

