| <tr> <td id=tdName style=''''font-family:arial; font-size:medium; padding: 3px; background-color: threedface''''> </td> <td id=tdTableDropdown style=''''padding: 3px; background-color: threedface; vertical-align: top; padding-bottom: 3px''''> </td> </tr> <tr> <td id=tdDesc colspan=''''2'''' style=''''border-bottom: 1px threedshadow solid; font-family: Arial; font-size: 1pt; padding: 2px; background-color: threedface''''> </td> </tr> <tr> <td colspan=''''2'''' style=''''height: 100%; padding-bottom: 4px; border-top: 1px threedhighlight solid;''''> <div id=''''pt'''' style=''''height: 100%'''' class=''''ODCDataSource''''></div> </td> </tr> </table> <script language=''''javascript''''> function init() { var sName, sDescription; var i, j; try { sName = unescape(location.href) i = sName.lastIndexOf(".") if (i>=0) { sName = sName.substring(1, i); } i = sName.lastIndexOf("/") if (i>=0) { sName = sName.substring(i+1, sName.length); } document.title = sName; document.getElementById("tdName").innerText = sName; sDescription = document.getElementById("docprops").innerHTML; i = sDescription.indexOf("escription>") if (i>=0) { j = sDescription.indexOf("escription>", i + 11); } if (i>=0 && j >= 0) { 上一页 [1] [2] [3] [4] 下一页 |