function showImage(id) {
	window.open("/images.html?id="+id, "popup", "scrollbars=yes,width=300,height=320,resize=yes");
	return false;
}
