var leftwidth=226;
var leftheight=663;
function showleft(fname){
var el = document.getElementById("showleftbox");
el.style.pixelHeight=leftheight;
gkshowleft.location.href=fname;
setTimeout("resizeleftbox()",1300);}
function resizeleftbox(){
var el = document.getElementById("showleftbox");
el.style.pixelHeight+=1;
var ssh = gkshowleft.document.body.scrollHeight;
ssh--;
//document.all.jindu.innerText= ssh;
if(el.style.pixelHeight<ssh){setTimeout("resizeleftbox()",1);}
 }
document.write('<TABLE width='+leftwidth+' border=0 cellPadding=0 cellSpacing=0 align="center">');
document.write('  <TR>');
document.write('    <TD align=middle vAlign=top><DIV STYLE="width: '+leftwidth+'px; height: '+leftheight+'px; overflow: hidden; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px">');
document.write('      <TABLE border=0 cellPadding=0 cellSpacing=0 height='+leftheight+' id=showleftbox width='+leftwidth+'>');
document.write('        <TR>');
document.write('          <TD vAlign=top><IFRAME border=0 frameBorder=0 frameSpacing=0 height="100%" id=gkshowleft marginHeight=0 marginWidth=0 name=gkshowleft noResize allowtransparency="true" scrolling=no src="left_link_html.php" width='+leftwidth+' vspale="0"></IFRAME></TD>');
document.write('        </TR>');
document.write('      </TABLE>');
document.write('    </DIV></TD>');
document.write('  </TR></TABLE>');
//window.onload=showleft("left_link_html.php");

