var leftwidth=156;
var leftheight=794;
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>');
document.write('      <TABLE border=0 cellPadding=0 cellSpacing=0 width='+leftwidth+'>');
document.write('        <TR>');
document.write('          <TD colSpan=2>');
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 scrolling=no src="left_link_html.php" width='+leftwidth+' vspale="0"></IFRAME></TD>');
document.write('              </TR>');
document.write('            </TABLE>');
document.write('          </TD>');
document.write('        </TR>');
document.write('      </TABLE>');
document.write('    </TD>');
document.write('  </TR></TABLE>');
window.onload=showleft("left_link_html.php");

