

function openwnd(URLL, W, H)
{
var w=window.screen.width;
var h=window.screen.height;
var X=Math.ceil((w-W)/2);
var Y=Math.ceil((h-H)/2);

var result ="a" &  Math.random(99987464);
//+ result
//alert(result );


URLL="/openblank.php?u="+ URLL;

var CWIN=window.open( URLL,result ,
"top="+Y+", left="+X+",width="+W+",height="+H+
",scrollbars=yes ,menubar=yes,resizable=yes");


//CWIN.document.write("<HTML><BODY style='matgin:0'>");
//CWIN.document.write(""+URLL+"");
//CWIN.document.write("</BODY></HTML>
}



function opm(URLL, W, H)
{
var w=window.screen.width;
var h=window.screen.height;
var X=Math.ceil((w-W)/2);
var Y=Math.ceil((h-H)/2);

var result ="wnd" +  Math.random(9998);
//+ result
//alert(result );


//URLL="/openblank.php?u="+ URLL;

var CWIN=window.open( URLL, result ,
"top="+Y+", left="+X+",width="+W+",height="+H+
",scrollbars=yes ,menubar=no,resizable=no");


//CWIN.document.write("<HTML><BODY style='matgin:0'>");
//CWIN.document.write(""+URLL+"");
//CWIN.document.write("</BODY></HTML>
}


function wopen(URLL, W, H)
{
var w=window.screen.width;
var h=window.screen.height;
var X=Math.ceil((w-W)/2);
var Y=Math.ceil((h-H)/2);

var result ="a" &  Math.random(99987464);
//+ result
//alert(result );


var CWIN=window.open( URLL,result ,
"top="+Y+", left="+X+",width="+W+",height="+H+
",scrollbars=no ,menubar=no,resizable=yes");


//CWIN.document.write("<HTML><BODY style='matgin:0'>");
//CWIN.document.write(""+URLL+"");
//CWIN.document.write("</BODY></HTML>
}

