﻿function OpenPDFWindow(file) {
    var oWindow = window.radopen(file, 'RadWindowPDF');
    oWindow.SetSize(800, 575);
}

