var leftwidth=169;
var leftheight=944;
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))?((typeof(htmldir) != "undefined"?htmldir:'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><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='+leftheight+' id=gkshowleft marginHeight=0 marginWidth=0 name=gkshowleft noResize allowtransparency="true" scrolling=no src="'+lefthref+'" width="'+leftwidth+'" vspale="0"></IFRAME></TD>');
document.write('        </TR>');
document.write('      </TABLE>');
document.write('    </DIV></TD>');
document.write('  </TR></TABLE>');
//window.onload=showleft(lefthref);

