﻿// Mir Dot Net Website JavaScript Library

function showScreen(imageFile) {
    var screenWindow = window.open(imageFile);
    screenWindow.focus();
}


function showLic(licFile) {
    var licWindow = window.open(licFile, 'mirLicense', 'width=550,height=520,top=50,left=50');
    licWindow.focus();
}
