﻿
function PreviewWindow(src)
{
    window.open("/GetPreview.aspx?src=" + src, "_blank", "menubar=no");
}