home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / xjxjy.asp < prev    next >
Text File  |  2005-10-13  |  17KB  |  366 lines

  1. <html>
  2. <head>
  3. <title>╫═▓⌐╨╦┼⌐═°</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <!-- #include virtual="inc/xnw_style2.inc.asp"-->
  6. <!-- #include virtual="inc/function.inc.asp"-->
  7. <LINK href="shiweb.files\sy(1).css" type=text/css rel=stylesheet>
  8. <script language="JavaScript" type="text/JavaScript">
  9. <!--
  10. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  11.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  12.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  13.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  14. }
  15. MM_reloadPage(true);
  16.  
  17. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  18.   //
  19.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  20.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  21.   tmLn = document.MM_Time[tmLnName];
  22.   if (numGotos != null)
  23.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  24.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  25.   jmpFwd = (fNew > tmLn.curFrame);
  26.   for (i = 0; i < tmLn.length; i++) {
  27.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  28.     if (sprite.charAt(0) == "s") {
  29.       numKeyFr = sprite.keyFrames.length;
  30.       firstKeyFr = sprite.keyFrames[0];
  31.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  32.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  33.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  34.       for (j=0; j<sprite.values.length; j++) {
  35.         props = sprite.values[j];
  36.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  37.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  38.         if (sprite.obj != null) {
  39.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  40.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  41.       } }
  42.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  43.   }
  44.   tmLn.curFrame = fNew;
  45.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  46. }
  47.  
  48. function MM_timelinePlay(tmLnName, myID) { //v1.2
  49.   //
  50.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  51.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  52.   tmLn = document.MM_Time[tmLnName];
  53.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  54.   if (myID == tmLn.ID) { //if Im newest
  55.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  56.     fNew = ++tmLn.curFrame;
  57.     for (i=0; i<tmLn.length; i++) {
  58.       sprite = tmLn[i];
  59.       if (sprite.charAt(0) == 's') {
  60.         if (sprite.obj) {
  61.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  62.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  63.             keyFrm=1;
  64.             for (j=0; j<sprite.values.length; j++) {
  65.               props = sprite.values[j]; 
  66.               if (numKeyFr != props.length) {
  67.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  68.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  69.               } else {
  70.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  71.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  72.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  73.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  74.         } } } } }
  75.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  76.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  77.   } }
  78. }
  79.  
  80. function MM_initTimelines() { //v4.0
  81.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  82.     var ns = navigator.appName == "Netscape";
  83.     var ns4 = (ns && parseInt(navigator.appVersion) == 4);
  84.     var ns5 = (ns && parseInt(navigator.appVersion) > 4);
  85.     document.MM_Time = new Array(2);
  86.     document.MM_Time[0] = new Array(1);
  87.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  88.     document.MM_Time[0].MM_Name = "Timeline1";
  89.     document.MM_Time[0].fps = 8;
  90.     document.MM_Time[0][0] = new String("behavior");
  91.     document.MM_Time[0][0].frame = 53;
  92.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  93.     document.MM_Time[0].lastFrame = 53;
  94.     document.MM_Time[1] = new Array(0);
  95.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  96.     document.MM_Time[1].MM_Name = "Timeline2";
  97.     document.MM_Time[1].fps = 15;
  98.     document.MM_Time[1].lastFrame = 0;
  99.     for (i=0; i<document.MM_Time.length; i++) {
  100.         document.MM_Time[i].ID = null;
  101.         document.MM_Time[i].curFrame = 0;
  102.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  103.     }
  104. }
  105. //-->
  106. </script>
  107. <script language="javaScript" type="text/javascript" SRC="js/pz_chromeless_2.1.js"></SCRIPT>
  108. <script language=Javascript>
  109. function hover(id,wert){
  110. if(document.all) document.all[id].filters.alpha.opacity = wert;
  111. }
  112. </script>
  113. <script>
  114. <!--
  115. function openIT() {
  116.     theURL="http://www.cwb.gov.tw/V4/weather/satellite/index.htm"
  117.     wname ="ttkoo"
  118.     W=800;
  119.     H=460;
  120.     windowCERRARa         = "img/close_a.gif"
  121.     windowCERRARd         = "img/close_d.gif"
  122.     windowCERRARo         = "img/close_o.gif"
  123.     windowNONEgrf         = "img/vficon.gif"
  124.     windowCLOCK        = "img/clock.gif"
  125.     windowREALtit        = "------| Chromeless Windows V2.1 |"
  126.     windowTIT             = "<font face=verdana size=1>------| www.sdxnw.gov.cn |</font>"
  127.     windowBORDERCOLOR       = "#000000"
  128.     windowBORDERCOLORsel    = "#FF8000"
  129.     windowTITBGCOLOR        = "#D7DCD9"
  130.     windowTITBGCOLORsel     = "#FFFFFF"
  131.     openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
  132. }
  133.  
  134. function MM_swapImgRestore() { //v3.0
  135.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  136. }
  137.  
  138. function MM_preloadImages() { //v3.0
  139.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  140.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  141.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  142. }
  143.  
  144. function MM_findObj(n, d) { //v3.0
  145.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  146.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  147.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  148.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  149. }
  150.  
  151. function MM_swapImage() { //v3.0
  152.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  153.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  154. }
  155. //-->
  156. </script>
  157. <style type="text/css">
  158. <!--
  159. .unnamed1 {
  160.     font-size: 1px;
  161.     color: #FFFFFF;
  162. }
  163. -->
  164. </style>
  165. <link href="shiweb.files/1.css" rel="stylesheet" type="text/css">
  166. <style type="text/css">
  167. <!--
  168. a:link {
  169.     text-decoration: none;
  170. }
  171. a:visited {
  172.     text-decoration: none;
  173.     color: #336666;
  174. }
  175. a:hover {
  176.     text-decoration: none;
  177.     color: #CC9999;
  178. }
  179. a:active {
  180.     text-decoration: none;
  181. }
  182. .style10 {
  183.     font-family: "┴Ñ╩Θ";
  184.     color: #FF3333;
  185.     font-size: 24px;
  186.     font-weight: bold;
  187. }
  188. .style13 {
  189.     font-family: "┴Ñ╩Θ";
  190.     font-size: 18px;
  191.     color: #0099CC;
  192. }
  193. .style15 {color: #0099CC}
  194. .style16 {font-size: 12px}
  195. .style17 {font-family: "??¿¼?"}
  196. .style18 {
  197.     color: #000000;
  198.     font-size: 14px;
  199. }
  200. .style19 {font-size: 14px}
  201. .style21 {font-family: "??¿¼?"; font-size: 18px; color: #0099CC; }
  202. -->
  203. </style>
  204. </head>
  205.  
  206. <BODY bgColor=#ffffff text=#000000 leftMargin=4 topMargin=4 
  207. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  208. <!--#include virtual="city/zb/webhead.inc.asp"-->
  209. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  210.   <tr> 
  211.     <td height="37"><img src="sygif/dddd.gif" width="176" height="65"></td>
  212.     <td width="417" bgcolor="#000066"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="419" height="84">
  213.         <param name="movie" value="zb.swf">
  214.         <param name="quality" value="high">
  215.         <embed src="zb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="419" height="84"></embed></object> 
  216.     </td>
  217.     <td width="173" bgcolor="#99CC99"> 
  218.       <div align="center"> 
  219.         <!-- #include virtual="date.jsp"-->
  220.       </div></td>
  221.   </tr>
  222. </table>
  223. <TABLE width=769 height="638" border=0 align=center cellPadding=0 cellSpacing=0>
  224.   <TBODY>
  225.     <TR> 
  226.       <TD width=1 height="638" bgColor=#016b59></TD>
  227.       <TD vAlign=top width=767> <TABLE height=4 cellSpacing=0 cellPadding=0 width=766 bgColor=#c9c9c9 
  228.       border=0>
  229.           <TBODY>
  230.             <TR> 
  231.               <TD></TD>
  232.             </TR>
  233.           </TBODY>
  234.         </TABLE>
  235.         <TABLE width=764 height="633" border=0 cellPadding=0 cellSpacing=0>
  236.           <TBODY>
  237.             <TR> 
  238.               <TD height="633" background=shiweb.files/article_13.gif> </TD>
  239.               <TD vAlign=top align=middle width=692> <TABLE width=692 border=0 cellPadding=0 cellSpacing=0>
  240.                   <TBODY>
  241.                     <TR> 
  242.                       <TD width="692" height=45><div align="center">
  243.                         <table width="691" border="1" bordercolor="#CCCCCC">
  244.                           <tr>
  245.                             <td width="617"><div align="center"><span class="style10">╫═▓⌐╩╨╞°╧≤╛╓┐¬╒╣▒ú│╓╣▓▓·╡│╘▒╧╚╜°╨╘╜╠╙²╗ε╢»┬╙╙░</span> </div></td>
  246.                             <td width="64"><img src="img/dangqi.gif" width="56" height="40"></td>
  247.                           </tr>
  248.                         </table>
  249.                       </div></TD>
  250.                     </TR>
  251.                     <TR> 
  252.                       <TD height=1 bgColor=#016b59></TD>
  253.                     </TR>
  254.                     <TR align=middle> 
  255.                       <TD height="558"><table width="691" border="1" bordercolor="#CCCCCC" class="style13">
  256.                         <tr>
  257.                           <td width="266" height="552" bgcolor="#EDF7F7"><table border="0">
  258.                             <tr>
  259.                               <td width="212" bordercolor="#CCCCCC"><div align="center" class="style13">╩Θ╗¡╒╣═╝╞¼╒╣╩╛</div></td>
  260.                             </tr>
  261.                             <tr>
  262.                               <td height="522" bgcolor="#C5E5E4"><a href="img/书画展/书画展.ppt" target="_blank"><img src="img/书画展/1.gif" width="260" height="520" border="0"></a></td>
  263.                             </tr>
  264.                           </table>                            </td>
  265.                           <td width="260" bgcolor="#EDF7F7"><table width="261" border="0">
  266.                             <tr>
  267.                               <td width="255" valign="top" bordercolor="#CCCCCC"><div align="center" class="style13">╬╥╛╓┐¬╒╣╧╚╜°╨╘╜╠╙²╧╡┴╨╗ε╢»</div></td>
  268.                             </tr>
  269.                             <tr>
  270.                               <td bgcolor="#C6E5E4"><a href="img/书画展/系列活动.ppt" target="_blank"><img src="img/系列活动/1.gif" width="248" height="230" border="0"></a></td>
  271.                             </tr>
  272.                             <tr>
  273.                               <td height="288" bgcolor="#CAE7E6"><a href="img/书画展/系列活动.ppt" target="_blank"><img src="img/系列活动/3.gif" width="248" height="286" border="0"></a></td>
  274.                             </tr>
  275.                           </table></td>
  276.                           <td width="143" bgcolor="#EDF7F7"><table border="0">
  277.                             <tr>
  278.                               <td width="250" class="style13"><img src="img/系列活动/bt.gif" width="130" height="29"></td>
  279.                             </tr>
  280.                             <tr>
  281.                               <td bgcolor="#EDF7F7"><dl>
  282.                                 <dt class="style13 style15">
  283.                                   <div align="center">╡│╡─╓¬╩╢</div>
  284.                                 </dt>
  285.                                 <table border="0">
  286.                                   <tr>
  287.                                     <td width="139" bgcolor="#D9EEED"><p><img src="img/系列活动/pic_dz.gif" width="112" height="54" border="1"></p>
  288.                                       <p><img src="img/系列活动/pic_dq.gif" width="112" height="54" border="1"></p>                                      <p><img src="img/系列活动/pic_dh.gif" width="112" height="54" border="1"></p>                                      </td>
  289.                                   </tr>
  290.                                   <tr>
  291.                                     <td height="134" bgcolor="#D9EEED"><p><img src="img/系列活动/050131_12.gif" width="83" height="21"></p>
  292.                                       <p><a href="http://www.china.org.cn/chinese/zhuanti/nyr/703894.htm" target="_blank" class="style16">┴∞╡╝╕╔▓┐╡─░±╤∙ú¡ú¡ú¡┼ú╙±╚σ</a></p>                                      
  293.                                       <p class="style16 style17"><a href="http://www.china.com.cn/chinese/zhuanti/ywck/575807.htm" target="_blank">╣½░▓╛╓│ñ╡─┐¼─úú¡ú¡ú¡╚╬│ñ╧╝</a></p>                                      </td>
  294.                                   </tr>
  295.                                 </table>
  296.                               </dl></td>
  297.                             </tr>
  298.                             <tr>
  299.                               <td height="129" bgcolor="#D9EEED"><p><img src="img/系列活动/050131_13.gif" width="83" height="21"></p>
  300.                                 <p><a href="http://politics.people.com.cn/GB/1026/3106750.html" target="_self" class="style21">╚╦├±═° úáúá</a><a href="http://www.china.org.cn/chinese/zhuanti/xjxjy/752204.htm" target="_self" class="style19">╓╨╣·═°</a></p>                                <p><a href="http://www.xinhuapub.com/bookw/bookw301/301gcdy.htm" target="_self">╨┬╗¬│÷░µ╔τ</a></p>
  301.                                 <p><a href="http://www.cctv.com/news/special/C13373/index.shtml" target="_self">cctv-╨┬╬┼╞╡╡└</a></p></td>
  302.                             </tr>
  303.                           </table></td>
  304.                         </tr>
  305.                       </table> </TD>
  306.                     </TR>
  307.                     <TR> 
  308.                       <TD height=1 bgColor=#016b59></TD>
  309.                     </TR>
  310.                     <tr>
  311.                       <td height="18" bordercolor="#CCCCCC" bgcolor="#EDF7F7"><div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ <a href="/" target="_parent">í╛</a><a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a><a href="/" target="_parent">í┐</a></div></td>
  312.                     </tr>
  313.                     
  314.                   </TBODY>
  315.                 </TABLE></TD>
  316.               <TD width=3 background=╬─╝■╥│.files/line.gif></TD>
  317.               <TD width=37 vAlign=top background="shiweb.files/article_13.gif">  </TD>
  318.             </TR>
  319.           </TBODY>
  320.         </TABLE>
  321.       </TD>
  322.       <TD width=1 bgColor=#016b59></TD>
  323.     </TR>
  324.   </TBODY>
  325. </TABLE>
  326. <table width="50" border="0" cellpadding="0" cellspacing="00">
  327.   <tr>
  328.     <td width="44" class="unnamed1">1</td>
  329.   </tr>
  330. </table>
  331. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  332.   <tr>
  333.     <td height="5" bgcolor="#99CC99"> 
  334.       <table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  335.         <tbody>
  336.           <tr> 
  337.             <td></td>
  338.           </tr>
  339.         </tbody>
  340.     </table>    </td>
  341.   </tr>
  342. </table>
  343.  
  344. ½╚ <TABLE width=770 height=60 border=0 align=center cellPadding=0 cellSpacing=0 class="a6"> 
  345. <TBODY><TR>
  346.       <TD 
  347.     height=10 align=center class="a1" > 
  348.         <!--#include file="js/index.asp"-->
  349.       </TD>
  350.     </TR>
  351.     <TR> 
  352.       <TD 
  353.     height=10 align=middle><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD>
  354.     </TR>
  355.     
  356.     <TR> 
  357.       <TD 
  358.     height=20 align=middle><div align="center">╫═▓⌐╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD>
  359.     </TR>
  360.   </TBODY>
  361. </TABLE>
  362. <p> 
  363. <TD background=img/loginbox_bk.gif> </p> 
  364. </body>
  365. </html>
  366.