﻿function ShowImage(path)
{
    window.open('Image.aspx?Path='+path,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
}