function zxcES(zxcele,zxcstyle,zxcp,zxctxt){
if (typeof(zxcele)=='string'){ zxcele=document.createElement(zxcele); }
for (key in zxcstyle){ zxcele.style[key]=zxcstyle[key]; }
if (zxcp){ zxcp.appendChild(zxcele); }
if (zxctxt){ zxcele.appendChild(document.createTextNode(zxctxt)); }
return zxcele;
}
var zxcimg=zxcS('IMG',{position:'absolute',left:zxcw1+'px',top:(zxcImgAry1[zxc0][3]+476)+'px',width:zxcImgAry1[zxc0][1]+'px',height:zxcImgAry1[zxc0][2]+'px'},zxcp);