高手进帮下忙
<html><head>
<title></title>
</head>
<body>
<script language="javascript">
var s="";
for(i=1;i<=16;i++)
{
s=s+'<div id="i'+i+"' style="position:absolute; left:0px; top:0px;background-co
lor:"#0066ff";border:+"0.1px"+''+"solid"+''+"#0066ff"+'"></div>';
}
document.write(s);
var speed=30;
var temp=new Array();
var Height=document.body.clientHeight,top=0;
for(i=1;i<=16;i++)
{
temp[i]=eval("document.all.i"+i+".style");
temp[i].width=document.body.clientWidth/16;
temp[i].height=document.body.clientheight;
temp[i].left=(i-1)*praseInt(temp[i].width);
function kind(){
Height-=speed;
for(i=1;i<=16;i=i+2)
{
temp[i].clip="rect(0 auto+"+Height+"0)";
}
top+=speed;
for(i=2;i<=16;i=i+2)
{
temp[i].clip="rect("+top+"auto auto auto)";
}
if(Height<=0)
clearIntvar(tim);
}
tim=setIntervar("kind()",10);
</script>
</body>
</html>
错误提示:Line 38 Column 1 Error:Identifier expected