﻿// JScript File
function PreviewImage(windowId, imageLocation)
{
    var photoPreview = window.open("PhotoPreview.ashx?img=" + imageLocation, windowId, "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1, width=436, height=430");
};