curwin = false;
window.popup0x = function popup0x(id) {
if(!window.errors2) return;
var el = window.errors2['a'+id];
if(!el) return;
var u = el['u'];
var t = el['t'];
if(window.opera) {
var ua = navigator.userAgent;
if(ua.indexOf("Nintendo")<0 && ua.indexOf("Sony")<0 && ua.indexOf("Playstation")<0) {
alert(" Opera Browser not supported! ");
return;
}
}
if(curwin) {
try {
if(!curwin.closed)
curwin.close();
curwin = false;
}
catch(e){}
}
var f = 'popup'+t+'x(u)';
eval(f);
if(curwin) {
try {
curwin.document.close();
curwin.focus();
}
catch(e) {}
}
}
function htmlbegin() {
return '
';
}
function popup6x(url) {
// +(Math.random().toString().substring(2))
var w = window.open('javascript:window.open("'+url+'","_self")'); //,'mywindow'
return w;
}
function popup3x(url) {
curwin = window.open(url,'mywindow','height=500, width=700, left = 30,top = 50,statusbar=0,resizable=1,toolbar=0');
return curwin;
}
function popup4x(url) {
var w = popup3x('');
w.document.write(htmlbegin()+'');
return w;
}
function popup7x(url) {
var w = popup3x('');
w.document.write(htmlbegin()+'\x0d\x0a\x09\x09\x09\x0d\x0a\x09\x09');
return w;
}
function popup5x(url) {
if(url.indexOf('?')<0)
url = url+'?'+Math.random();
else
url = url+'&'+Math.random();
var w = popup3x('');
w.document.write(htmlbegin()+'');
return w;
}
function getTime(args) {
eval(args);
}