<!--
//--------------------------------------------------------------------------------------------------------------------------------------------
function PrintAboutSite()
{
 
  Company  ="<font size=5 >&copy</font> <font size=3>Copyright 2010 昆明方讯科技 </font>";
  Phone    ="电话:0871-5138150";
  Fax      ="传真:0871-6054012";
  Address  ="地址:昆明市龙泉路7号金太阳电脑城 A7-10";
  PostCode ="邮编:650231";
  Email    ="Email:<A style='text-decoration:none' href='mailto:'><Font color='#000080'>kmfangxun@kmfangxun.com</Font></A>";
  ICPNumber="<A style='text-decoration:none' href='http://www.miibeian.gov.cn' ><font color='#000080'>滇ICP备08001763号</font></A>";

  strhtml ="<p>"+ Company+"</p>"; 
  document.write(strhtml);

  strhtml ="<p>"+Phone+"</p>"; 
  document.write(strhtml);

  strhtml ="<p>"+Fax+"</p>"; 
  document.write(strhtml);

  strhtml ="<p>"+Address+"</p>"; 
  document.write(strhtml);

  strhtml ="<p>"+PostCode+"</p>";
  document.write(strhtml); 

  strhtml ="<p>"+Email+"</p>";
  document.write(strhtml); 

  //strhtml ="<p>"+ICPNumber+"</p>";
  //document.write(strhtml); 
  
}
//-------------------------------------------------------------------------------------------------------
function OnDownLoad()
  {

     //strInfo ="activeElement: "+document.activeElement.id+"";
     //strInfo+="appCodeName: "+window.clientInformation.appCodeName+"";
     //strInfo+="appVersion: "+window.clientInformation.appVersion+"";
     //strInfo+="appMinorVersion: "+window.clientInformation.appMinorVersion+"";
     //strInfo+="cpuClass: "+ window.clientInformation.cpuClass+"";
     //strInfo+="platform: "+ window.clientInformation.platform+"";
     //strInfo+="clientInformation: "+ window.document.domain+"";
     //strInfo+="ClientIp: "+ remoteHost+"";
     
     //window.frmDownLoad.Comments.value=strInfo;  
     //window.frmDownLoad.submit();
     
}
//-------------------------------------------------------------------------------------------------------
    var hideCnt=12;
	var strHideLinks=new String(hideCnt);
    strHideLinks[0]="zibosoft.com";
	strHideLinks[1]="desun.cn";
	strHideLinks[2]="18men.com";
	strHideLinks[3]="28.com";
	strHideLinks[4]="biaopaiji.com";
	strHideLinks[5]="fdhanhe.com";
	strHideLinks[6]="huijinsoft.com";
	strHideLinks[7]="hy-software.com.cn";
	strHideLinks[8]="i-can.com.cn";
	strHideLinks[9]="shurufa.com";
	strHideLinks[10]="sztangxin.com";
	strHideLinks[11]="tangxin.com";


//过滤不需要的广告
function FilterAdsLink()
{
   //document.write("<font size=8 ><a href='http://www.zibosoft.com'>dfgdfgdfg </a> </font>");

    var linkcnt=document.links.length;
	
	//document.writeln("<font size=2>连接数："+linkcnt+"</font>")  ;

	var strlink=new String();
	for(i=0;i<linkcnt;i++)
	 {
	    strlink=document.links[i].href;
	    strlink=strlink.toLowerCase();
        for(j=0;j< hideCnt;j++ ) 	  
	    if( strlink.indexOf(strHideLinks[j] )!=-1 )
	    {
	     document.links[i].href="http://www.kmfangxun.com";
		 document.links[i].text="hiden";
		 
		}	
	 }   
         
}
//--------------------------------------------------------------------------------------------------------- 
//过滤不需要的广告
function FilterAdsAnchor()
{
    var anchorcnt=document.Anchors.length;
   
	//document.writeln("<font size=2>AnchorCnt："+anchorcnt+"</font>")  ;

	var strlink=new String();
	for(i=0;i<linkcnt;i++)
	 {
	    strlink=document.anchors[i].href;
	    strlink=strlink.toLowerCase();
        for(j=0;j< hideCnt;j++ ) 	  
	    if( strlink.indexOf(strHideLinks[j] )!=-1 )
	    {
	     document.links[i].href="http://www.kmfangxun.com";
		 document.links[i].text="hiden";
		}	
	 }   
         
}
//---------------------------------------------------------------------------------------------------------   
-->

  

