﻿    var time = 1000;
    var h = 0;
    function addCount()
    {
        if(time>0)
        {
            time--;
            h = h+5;
        }
        else
        {
            return;
        }
        if(h>220)  //高度
        {
            return;
        }
        document.getElementById("ads").style.display = "";
        document.getElementById("ads").style.height = h+"px";
        setTimeout("addCount()",30); 
    }
    
    window.onload = function showAds()
    {
        addCount();
        setTimeout("noneAds()",16000); //停留时间自己适当调整
        document.getElementById("adsOpen").style.display = "None";
        document.getElementById("adsClose").style.display = "";

    }

    var T = 220;
    var N = 220; //高度
    function noneAds()
    {
        if(T>0)
        {
            T--;
            N = N-5;
        }
        else
        {
            return;
        }
        if(N<=0)
        {
            document.getElementById("ads").style.display = "none";
            return;
        }
        
        document.getElementById("ads").style.height = N+"px";
        setTimeout("noneAds()",30); 
        document.getElementById("adsOpen").style.display = "";
        document.getElementById("adsClose").style.display = "None";
    }



document.write('<div style="height:20px;line-height:100%; margin:auto; width:100%; background-color:#f9f9f9; color:#000; font-size:9pt;padding:5px 0px ;" >');
document.write('<div style="float:left;padding:0px 10px;">Web Links of SubCompanys & Cooperators</div>');
document.write('<div style="float:right; CURSOR:hand;display:none;" id="adsOpen"><img onclick="javascript:h=0;T=220;N =220;showAds();" src="http://www.tngcn.com/js/open.gif"/></div>');
document.write('<div style="float:right; CURSOR:hand;display:none;" id="adsClose"><img onclick="javascript:noneAds();" src="http://www.tngcn.com/js/close.gif" /></div>');
document.write('</div>');

document.write('<div id="ads" style="position : absolute; margin:auto; display:none; width:100%; top:15px; height:0px; z-index: 10; background-color:#f7941d; overflow:hidden; text-align:center;border: 1px green dotted;">');



document.write('<table width="100%" border="0">');

document.write('  <tr>');
document.write('    <td>&nbsp;</td>');
document.write('    <td height="30" align="center"><a href="http://www.jinma-tractor.tngcn.com" target="_blank">Yancheng Huanghai Jinma Agricultural Equipment</A></td>');
document.write('    <td>&nbsp;</td>');
document.write('    <td align="center"><a href="http://www.engineering-machinery.tngcn.com" target="_blank">Yancheng Technical Engineering Machinery</A></td>');
document.write('    <td>&nbsp;</td>');
document.write('    <td align="center"><a href="http://www.crane.tngcn.com" target="_blank">Yancheng Green Hoisting Machinery</A></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="2%" height="160" valign="top" bgcolor="#CCCCCC" >&nbsp;</td>');
document.write('    <td width="32%" valign="middle" align="center" bgcolor="#CCCCCC"><a href="http://www.jinma-tractor.tngcn.com" target="_blank"><img src="http://www.tngcn.com/js/1.jpg"></td>');
document.write('    <td width="2%" valign="top" bgcolor="#cccccc">&nbsp;</td>');
document.write('    <td width="32%" valign="middle" align="center" bgcolor="#cccccc"><a href="http://www.engineering-machinery.tngcn.com" target="_blank"><img src="http://www.tngcn.com/js/3.jpg"></td>');
document.write('    <td width="2%" valign="top" bgcolor="#CCCCCC">&nbsp;</td>');
document.write('    <td width="32%" valign="middle" align="center" bgcolor="#CCCCCC"><a href="http://www.crane.tngcn.com" target="_blank"><img src="http://www.tngcn.com/js/2.jpg"></td>');
document.write('  </tr>');
document.write('</table>');
document.write('</div>');





  

