var leftwidth=210;
var leftheight=(document.all)?2517:2660;//1947
var lefthref=((typeof(ishtml) != "undefined" && ishtml==1) || top.location.pathname.indexOf(".htm")>0 || top.location.pathname.indexOf("html")>0 || (top.document.referrer && top.document.referrer.indexOf(".htm")>0))?'html/left_link_html.htm':'left_link_html.php';
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="'+lefthref+'" 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>');
document.write('</TABLE>');
/*
if((typeof(ishtml) != "undefined" && ishtml==1) || top.location.pathname.indexOf(".htm")>0 || top.location.pathname.indexOf("html")>0 || (top.document.referrer && top.document.referrer.indexOf(".htm")>0))
  lefthref=document.getElementsByTagName("base")[0].href+lefthref;
window.onload=showleft(lefthref);
/**/

