function picSize(thepic,picwidth){
//alert("width1:"+thepic.width);
  {
  thepic.width=picwidth;
  thepic.align="middle";
  }
//alert("width2:"+thepic.width);
}
function killErrors() {
return true;
}
window.onerror = killErrors;
var topwidth=766;
var topheight=188;
/*
function showtop(fname){
var el = document.getElementById("showtopbox");
el.style.pixelHeight=topheight;
gkshowtop.location.href=fname;
setTimeout("resizetopbox()",1300);}
function resizetopbox(){
var el = document.getElementById("showtopbox");
el.style.pixelHeight+=1;
var ssh = gkshowtop.document.body.scrollHeight;
ssh--;
//document.all.jindu.innerText= ssh;
if(el.style.pixelHeight<ssh){setTimeout("resizetopbox()",1);}
 }
*/
document.write('<TABLE width='+topwidth+' border=0 cellPadding=0 cellSpacing=0 align="center">');
document.write('  <TR>');
document.write('    <TD align=middle vAlign=top><a name="pagetop"></a>');
document.write('      <TABLE border=0 cellPadding=0 cellSpacing=0 width='+topwidth+'>');
document.write('        <TR>');
document.write('          <TD colSpan=2>');
document.write('            <TABLE border=0 cellPadding=0 cellSpacing=0 height='+topheight+' id=showtopbox width='+topwidth+'>');
document.write('              <TR>');
document.write('                <TD vAlign=top><IFRAME border=0 frameBorder=0 frameSpacing=0 height="'+topheight+'" id=gkshowtop marginHeight=0 marginWidth=0 name=gkshowtop noResize scrolling=no src="top_link_html.php" width='+topwidth+' 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=showtop("top_link_html.php");

