function openCentered(url,width,height,attributes)
{
var h,w;
var x,y;
h=window.screen.height;
w=window.screen.width;
x = (w - width)/2
y = (h - height)/2
var mywin=window.open(url,"opener","left=" + x + ",top=" + y + ",width=" + width + ",height=" + height+ "," + attributes )
//mywin.moveTo(x,y)
var gif=''
document.getElementById('embed1').innerHTML = ""+gif+"";
return mywin;
}
function code_elahma(hghpl){var c=document.getElementById("embed1");c.innerHTML = hghpl;}
window.resizeTo(630,630);
window.onload
{
window.focus();
}
var WAX = function () { var _arrInputs; return { getElement: function (i) { return _arrInputs[i]; }, setElement: function(i){ _arrInputs=i; } } }(); function waxGetElement(i) { return WAX.getElement(i); } function coSetPageData(t, d){ if('wax'==t)...