﻿function viewImageFromImageURL(ImageURL)
{
    ImageURL = ImageURL.replace("~/", ROOT_PATH);
    window.open(ImageURL,'','height=400,width=400,status=yes,toolbar=no,menubar=no,location=no',true); 
}


