function ShowImage(Image)
{
	show_image = open('showimage.php?image=' + Image,'SHImage','width=800,height=731,scrollbars=no,resizable=no');
	show_image.focus();
}