function resize(){
var h=50;
try
{
if(ifr_lb&&ifr_lb.document&&ifr_lb.document.body)
{
var o=ifr_lb.document.body;
var h=o.scrollHeight + (typeof(o.clientTop)== 'number' ?o.clientTop * 2 : 0);}
}
catch(e){var h=50;window.status=e.description;}
if(h<50){h=50;}
try
{
document.getElementById('ifr_lb').style.height=h+'px';
return h+"px";
}
catch(e){}
}
window.onresize=resize;

var innerHtml="<iframe src='"+filename+".html' id='ifr_lb' name='ifr_lb' onload='resize()' frameborder='0'  scrolling='no' frameborder='no' style='width:760px;height:expression(resize())' height='22' target='_tc'></iframe>";
document.write(innerHtml);
