﻿function ctr(id) {
    return document.getElementById(id);
}
function PopupBlocked() {
    var PUtest = window.open(null, "", "width=100,height=100");
    try { PUtest.close(); return false; }
    catch (e) { return true; }
}
