// JavaScript Document
html='';
html+='<table cellpadding="0" cellspacing="0" class="td4">';
html+='      <tr>';
html+='        <td>&nbsp;</td>';
html+='      </tr>';
html+='    </table>';
html+='      <table class="td8" cellpadding="0" cellspacing="0">';
html+='        <tr>';
html+='          <td><img src="../../images/user/search_001.jpg" alt="查询菜单" width="103" height="15"></td>';
html+='        </tr>';
html+='      </table>';
html+='<table cellpadding="0" cellspacing="0">';

html+='        <tr>';
html+='          <td class="td9"><a href="../../cntrDtl.do?method=contaDetail" >集装箱公众信息查询</a></td>';
html+='        </tr>';
html+='        <tr>';
html+='          <td class="td9a"><a href="../../publicQueryAction.do?method=shipPeriod" >船期查询</a></td>';
html+='        </tr>';
html+='        <tr>';
html+='          <td class="td9a"><a href="../../publicQueryAction.do?method=portCode" >港口代码查询</a></td>';
html+='        </tr>';
html+='        <tr>';
html+='          <td class="td9a"><a href="../../publicQueryAction.do?method=shipInfo">船舶基本资料查询</a></td>';
html+='        </tr>';
html+='        <tr>';
html+='          <td class="td9a"><a href="../../publicQueryAction.do?method=shipPort">船舶进离港查询</a></td>';
html+='        </tr>';
html+='        <tr>';
html+='          <td class="td9a"><a href="../../publicQueryAction.do?method=contaCheck">箱查验结果查询</a></td>';
html+='        </tr>';
html+='      </table>';
html+='<table class="table2">';
html+='        <tr>';
html+='          <td>&nbsp;</td>';
html+='        </tr>';
html+='      </table>';
html+='      <table class="table2">';
html+='        <tr>';
html+='          <td><img src="../../images/user/user_006.jpg" alt="服务热线" class="service"></td>';
html+='        </tr>';
html+='      </table>';
document.write(html)