function showImage(image, width, height) {
	window.open('image.php?image='+image,'','width='+width+',height='+height+', titlebar=no, resizable=no, top=200, left=300');
	return false;
}

