function ShowImage(id, width, height) {
    width = width + 20;
	height = height + 30;
	url="/images/showimage.php?IMAGE_ID="+id;
    window.open(url,"Image","menubar=no,scrollbars=no,width="+width+",height="+height+",toolbar=no");
}
