请高手告诉一下这段代码的意思
<script type="text/javascript"><!--
function e(e) {return document.getElementById(e)}
function init() {if(window.innerWidth==null)
{ var h=document.body.clientWidth+20}
else {var h=window.innerWidth}
var h1=Math.round((h-920)/2);
if(h1<0) h1=0
e('Layer1').style.left=h1+'px'
e('Layer2').style.left=h1+'px'
//e('Layer3').style.left=h1+'px'
}
init()
window.onresize =init
//-->
</script>'px'