/*******************************
function killErrors() {
return true;
}
window.onerror = killErrors;
/*****************************/
var topwidth="979";//100%
var topheight=305;
var topalign=" align=center";//topalign="";topalign=" align=left";
//var tophref=((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')+'/top_link_html.htm'):'top_link_html.php';
var tophref=((typeof(ishtml) != "undefined" && ishtml==1) || top.location.pathname.indexOf(".htm")>0 || top.location.pathname.indexOf("html")>0)?((typeof(htmldir) != "undefined"?htmldir:'html')+'/top_link_html.htm'):'top_link_html.php';
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('<a name=top></a><TABLE width='+topwidth+' border=0 cellPadding=0 cellSpacing=0'+topalign+'>');
document.write('  <TR>');
document.write('    <TD vAlign=top><DIV STYLE="width: '+topwidth+(topwidth.search('%')?'':'px')+'; height: '+topheight+'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='+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 allowtransparency="true" name=gkshowtop noResize scrolling=no src="'+tophref+'" width="'+topwidth+'" vspale="0"></IFRAME></TD>');
document.write('         </TR>');
document.write('      </TABLE>');
document.write('    </DIV></TD>');
document.write('  </TR></TABLE>');
//window.onload=showtop(tophref);
/*****************************************************
var toptmpstr=window.location.href.split("/");
var toptmpcmp=toptmpstr[toptmpstr.length-1].toLowerCase();
if(toptmpcmp!='' && toptmpcmp!='index.php')
document.write('<div style="position:absolute;width: 726px; height: 207px; overflow: hidden; padding: 0px;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="726" height="207">'
+'  <param name=movie value="images/page_bannar.swf">'
+'  <param name=quality value=high>'
+'  <param name="wmode" value="opaque">'
+'  <param name="menu" value="false">'
+'  <embed src="images/page_bannar.swf" quality="high" wmode="opaque" menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="726" height="207">'
+'  </embed>'
+'</object></div>');
/*****************************************************/
