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