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