function ShowImage(ImageID)
{
    window.open("showimage.php?id="+ImageID, "Showimage", "width=400,height=300,left=0,top=0");
}
