if (document.all){a="document.all('"} else {a="document.getElementById('"}
function iWsfMc(){
//table=0; div=1;
fMtype=1;
fixMax=960;
defWidth='96%';
defLeft='2%';
fWdh=document.body.clientWidth;
if(fWdh>fixMax){
eval(a+"sBdy').style.width='"+fixMax+"px';");
if(fMtype>0){eval(a+"sBdy').style.left='"+Math.round((fWdh-fixMax)/2)+"px';");
}
}else{
eval(a+"sBdy').style.width='"+defWidth+"';");
eval(a+"sBdy').style.left='"+defLeft+"';");
}
eval(a+"lod').style.display='none';");
eval(a+"sBdy').style.display='';");
}

window.onresize=iWsfMc;
