﻿var mine = window.open('', '', 'width=1,height=1,left=0,top=0,scrollbars=no');
if (mine)
    var popUpsBlocked = false
else
    var popUpsBlocked = true
mine.close()

if (self.opener) {
    //The opener window is still valid//The opener window is still valid
    //Check if there at my site
    if (opener.location.toString()) {
        var strURL = opener.location.toString();
        if (strURL.substr(0, 22) == 'http://www.oversoul.ph') {
            //They're still here
            window.close();
        }
    }
}

function myPopup2() {
    window.open("http://www.google.com/", "myWindow",
                "status = 1, height = 300, width = 300, resizable = 0")
}

function popKill() {
    var num = Math.floor((Math.random() * 3));
    //num = 0;
    if (num == 0) {
        window.open('../Promotions/OSViewAnnouncements.aspx', 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=484,height=110,top=100,left=100');
    }
    else if (num == 1) {
        window.open('../Promotions/OSViewGameEvents.aspx', 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=484,height=110,top=100,left=100');
    }
    else if (num == 2) {
        window.open('../Promotions/OSViewItemMallNews.aspx', 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=484,height=110,top=100,left=100');
    }
}

var blnByClient = 0;
function closedByClient(str) {
    alert(str);
}

var scrl = ':: Skyblade : Test Retention ';
function scrlsts() {
    scrl = scrl.substring(1, scrl.length) + scrl.substring(0, 1);
    document.title = scrl;
    setTimeout("scrlsts(scrl)", 250);
}

function isdefined(variable) {
    return (typeof (window[variable]) == "undefined") ? false : true;
}

function popKulit() {
    //window.open('../Content/Default.aspx', 'popKulit', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,copyhistory=yes,scrollbars=yes,width=1000,height=900');
    window.open('http://www.z-zone.com.ph/reg.aspx', 'popKulit', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,copyhistory=yes,scrollbars=yes,width=1000,height=900');
    window.close();
}

function popKulit2() {
    window.open('http://www.z-zone.com.ph/reg.aspx', 'popKulit2', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,copyhistory=yes,scrollbars=yes,width=1000,height=900');
    window.close();
}

function popKulit3() {
    window.open('http://www.z-zone.com.ph/referrals.aspx', 'popKulit3', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,copyhistory=yes,scrollbars=yes,width=1000,height=900');
    window.close();
}

function popPTPromo(){
    window.open('../Promotions/PlayerPTPromo.aspx', 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=300,height=130,top=100,left=100');
}