Guest User

LION

a guest
May 21st, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.26 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>NetSurveillance</title>
  6. <meta http-equiv="Content-Style-Type" content="text/css" />
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8.  
  9. <script type="text/javascript" src="m.jsp"></script>
  10.  
  11. <script type="text/javascript">
  12.  
  13. var g_SoftWareVersion="V4.02.R11.00000142.12001.131600.00000";
  14. var g_HardWareVersion="Unknown";
  15. var g_mBuildTime="2016/8/12 1:28:27";
  16. var g_SerialNo="8006974b1e6935e0";
  17. var g_VideoInChannel=8;
  18. var g_AlarmInChannel=4;
  19. var g_AlarmOutChannel=1;
  20. var g_AudioInChannel=8;
  21. var g_DigChannel=0;
  22.  
  23.  
  24. var g_channelNumber=8;
  25. var g_user="admin";
  26. var g_port="554";
  27. var g_address =document.location.hostname;
  28.  
  29. if (g_address == "")
  30. {
  31. // g_address = "10.2.4.46";
  32. }
  33.  
  34. var iLanguage=100;
  35. var g_passWord="";
  36.  
  37.  
  38. var g_bSafari=false;
  39. </script>
  40.  
  41. <script type="text/javascript" src="mt.js"></script>
  42. <script type="text/javascript">
  43. var Sys = {};
  44. var ua = navigator.userAgent.toLowerCase();
  45. var s;
  46. (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] :
  47. (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] :
  48. (s = ua.match(/chrome\/([\d.]+)/)) ? Sys.chrome = s[1] :
  49. (s = ua.match(/opera.([\d.]+)/)) ? Sys.opera = s[1] :
  50. (s = ua.match(/version\/([\d.]+).*safari/)) ? Sys.safari = s[1] : 0;
  51.  
  52. //以下进行测试
  53. // if (Sys.ie) document.write('IE: ' + Sys.ie);
  54. // if (Sys.firefox) document.write('Firefox: ' + Sys.firefox);
  55. // if (Sys.chrome) document.write('Chrome: ' + Sys.chrome);
  56. // if (Sys.opera) document.write('Opera: ' + Sys.opera);
  57. if (Sys.safari)
  58. {
  59. g_bSafari=true;
  60. /*document.write('Safari: ' + Sys.safari);*/
  61. }
  62.  
  63. </script>
  64.  
  65. <style type="text/css">
  66. *
  67. {
  68. font-size: 12px;
  69. margin: 0;
  70. padding: 0;
  71. color: #fff;
  72. font-family: Arial, "宋体";
  73. }
  74. #yt div
  75. {
  76. float: left;
  77. }
  78. #yt a
  79. {
  80. display: block;
  81. width: 100%;
  82. height: 100%;
  83. text-decoration: none;
  84. outline: none;
  85. }
  86. #yt a.y1
  87. {
  88. background: url(yt1.jpg) no-repeat;
  89. }
  90. #yt a.y1:hover
  91. {
  92. background: url(yt11.jpg) no-repeat;
  93. }
  94. #yt a.y2
  95. {
  96. background: url(yt2.jpg) no-repeat;
  97. }
  98. #yt a.y2:hover
  99. {
  100. background: url(yt21.jpg) no-repeat;
  101. }
  102. #yt a.y3
  103. {
  104. background: url(yt3.jpg) no-repeat;
  105. }
  106. #yt a.y3:hover
  107. {
  108. background: url(yt31.jpg) no-repeat;
  109. }
  110. #yt a.y4
  111. {
  112. background: url(yt4.jpg) no-repeat;
  113. }
  114. #yt a.y4:hover
  115. {
  116. background: url(yt41.jpg) no-repeat;
  117. }
  118. #yt a.y5
  119. {
  120. background: url(yt5.jpg) no-repeat;
  121. }
  122. #yt a.y5:hover
  123. {
  124. background: url(yt51.jpg) no-repeat;
  125. }
  126. #yt a.y6
  127. {
  128. background: url(yt6.jpg) no-repeat;
  129. }
  130. #yt a.y6:hover
  131. {
  132. background: url(yt61.jpg) no-repeat;
  133. }
  134. #yt a.y7
  135. {
  136. background: url(yt7.jpg) no-repeat;
  137. }
  138. #yt a.y7:hover
  139. {
  140. background: url(yt71.jpg) no-repeat;
  141. }
  142. #yt a.y8
  143. {
  144. background: url(yt8.jpg) no-repeat;
  145. }
  146. #yt a.y8:hover
  147. {
  148. background: url(yt81.jpg) no-repeat;
  149. }
  150. a.yta1
  151. {
  152. display: block;
  153. width: 13px;
  154. height: 18px;
  155. text-decoration: none;
  156. float: right;
  157. }
  158. a.yta1
  159. {
  160. background: url(yta1.jpg);
  161. }
  162. a.yta1:hover
  163. {
  164. background: url(yta11.jpg);
  165. }
  166. #yt a.y9
  167. {
  168. background: url(yt9.jpg) no-repeat;
  169. }
  170. #yt a.y9:hover
  171. {
  172. background: url(yt91.jpg) no-repeat;
  173. }
  174. #yt1 div
  175. {
  176. float: left;
  177. }
  178. #yt1 a
  179. {
  180. display: block;
  181. width: 26px;
  182. height: 26px;
  183. text-decoration: none;
  184. outline: none;
  185. }
  186. #yt1 a.y1
  187. {
  188. background: url(yt+.gif) no-repeat;
  189. }
  190. #yt1 a.y1:hover
  191. {
  192. background: url(yt+1.gif) no-repeat;
  193. }
  194. #yt1 a.y2
  195. {
  196. background: url(yt-.gif) no-repeat;
  197. }
  198. #yt1 a.y2:hover
  199. {
  200. background: url(yt-1.gif) no-repeat;
  201. }
  202. #pc div
  203. {
  204. float: left;
  205. }
  206. #pc a
  207. {
  208. display: block;
  209. width: 36px;
  210. height: 25px;
  211. text-decoration: none;
  212. outline: none;
  213. }
  214. #pc a.p0
  215. {
  216. background: url(full.jpg) no-repeat;
  217. }
  218. #pc a.p0:hover
  219. {
  220. background: url(full1.jpg) no-repeat;
  221. }
  222. #pc a.p1
  223. {
  224. background: url(1.jpg);
  225. }
  226. #pc a.p1:hover
  227. {
  228. background: url(11.jpg);
  229. }
  230. #pc a.p2
  231. {
  232. background: url(4.jpg);
  233. }
  234. #pc a.p2:hover
  235. {
  236. background: url(41.jpg);
  237. }
  238. #pc a.p3
  239. {
  240. background: url(9.jpg);
  241. }
  242. #pc a.p3:hover
  243. {
  244. background: url(91.jpg);
  245. }
  246. #pc a.p4
  247. {
  248. background: url(16.jpg);
  249. }
  250. #pc a.p4:hover
  251. {
  252. background: url(161.jpg);
  253. }
  254. #pc a.p5
  255. {
  256. background: url(25.jpg);
  257. }
  258. #pc a.p5:hover
  259. {
  260. background: url(251.jpg);
  261. }
  262. #pc a.p6
  263. {
  264. background: url(36.jpg);
  265. }
  266. #pc a.p6:hover
  267. {
  268. background: url(361.jpg);
  269. }
  270. #pc a.p7
  271. {
  272. background: url(startAll.jpg);
  273. }
  274. #pc a.p7:hover
  275. {
  276. background: url(startAll1.jpg);
  277. }
  278. #pc a.p72
  279. {
  280. background: url(stopAll.jpg);
  281. }
  282. #pc a.p72:hover
  283. {
  284. background: url(stopAll1.jpg);
  285. }
  286. #pc a.p8
  287. {
  288. background: url(snap.jpg);
  289. }
  290. #pc a.p8:hover
  291. {
  292. background: url(snap1.jpg);
  293. }
  294. #pc a.p9
  295. {
  296. background: url(recordAll.jpg);
  297. }
  298. #pc a.p9:hover
  299. {
  300. background: url(recordAll1.jpg);
  301. }
  302. #pc a.p92
  303. {
  304. background: url(stopRecordAll.jpg);
  305. }
  306. #pc a.p92:hover
  307. {
  308. background: url(stopRecordAll1.jpg);
  309. }
  310. #pc a.p10
  311. {
  312. background: url(audio.jpg) no-repeat;
  313. }
  314. #pc a.p102
  315. {
  316. background: url(audio1.jpg) no-repeat;
  317. }
  318. #playView div
  319. {
  320. border: thin solid #000000;
  321. float: left;
  322. }
  323. #cl li
  324. {
  325. display: block;
  326. width: auto;
  327. height: 22px;
  328. }
  329. #cl a.subPlay
  330. {
  331. background: url(subPlay.gif) no-repeat;
  332. width: 17px;
  333. height: 19px;
  334. float: left;
  335. cursor: pointer;
  336. margin-left: 8px;
  337. margin-right: 0px;
  338. padding: 0px;
  339. }
  340. #cl a.noSubPlay
  341. {
  342. background: url(noSubPlay.gif) no-repeat;
  343. width: 17px;
  344. height: 19px;
  345. float: left;
  346. cursor: pointer;
  347. margin-left: 8px;
  348. margin-right: 0px;
  349. padding: 0px;
  350. }
  351. #cl a.mainPlay
  352. {
  353. background: url(play.gif) no-repeat;
  354. width: 17px;
  355. height: 19px;
  356. float: left;
  357. cursor: pointer;
  358. margin-left: 8px;
  359. margin-right: 0px;
  360. padding: 0px;
  361. }
  362. #cl a.noMainPlay
  363. {
  364. background: url(noPlay.gif) no-repeat;
  365. width: 17px;
  366. height: 19px;
  367. float: left;
  368. cursor: pointer;
  369. margin-left: 8px;
  370. margin-right: 0px;
  371. padding: 0px;
  372. }
  373. </style>
  374. </head>
  375. <body id='body' style="width: 100%; height: 100%; padding: 0px; margin: 0px; top: 0px;
  376. position: absolute; background: url(bg.jpg) repeat-x; text-align: center;" oncontextmenu="return false">
  377. <div id="MessageBox"></div>
  378. <div id='hi' style="width: 280px; height: 180px; z-index: 1000; position: absolute;
  379. margin-top: -1999px; margin-left: 500px;">
  380. <div style="float: left; width: 7px; height: 30px; background: url(m_dral.gif);">
  381. </div>
  382. <div style="width: 266px; float: left; height: 30px; background: url(m_dram.gif);">
  383. </div>
  384. <div style="float: right; width: 7px; height: 30px; background: url(m_drar.gif);">
  385. </div>
  386. <div style="background-color: RGB(236,233,216); float: left; width: 100%; height: 150px;">
  387. <div style="height: 70px; margin-top: 30px; float: left; width: 100%">
  388. <div style="width: 100%; float: left; margin-left: 68px; height: 20px;">
  389. <input style="cursor: pointer;float: left; height: 15px; margin-top: 1px;" id='mainAll' type='radio'
  390. checked="checked" name='streamStyle' />
  391. <label id='mainAllText' for='mainAll' style="cursor: pointer;height: 15px; float: left; margin-left: 10px; color: #000000;">
  392. </label></div>
  393. <div style="width: 100%; float: left; margin-left: 68px; margin-top: 15px">
  394. <input style="cursor: pointer;float: left; height: 15px; margin-top: 1px;" id='subAll' type='radio'
  395. name='streamStyle' />
  396. <label id='subAllText' for='subAll' style="cursor: pointer;height: 15px; float: left; margin-left: 10px; color: #000000;">
  397. </label></div>
  398. <!--<div style="width: 100%; float: left; margin-left: 68px; margin-top: 10px" >
  399. <input onclick="ClickAutoPromt()" checked="checked" style="cursor: pointer;float: left; height: 15px; margin-top: 1px;" id='autoPrompt' type='checkbox' />
  400. <label id='autoPromptText' for='autoPrompt' style="cursor: pointer;height: 15px; float: left; margin-left: 10px; color: #000000;">
  401. </label></div>-->
  402. </div>
  403. <div style="margin-top: 55px">
  404. <button id='playAllOk' style="width: 72px; cursor: pointer; height: 23px; font-family: 宋体, Arial, Helvetica, sans-serif;
  405. color: #000000; margin-right: 10px;" onclick="ClickHi()">
  406. 确定</button>
  407. <button id='playAllCancel' style="width: 72px; cursor: pointer; height: 23px; font-family: 宋体, Arial, Helvetica, sans-serif;
  408. color: #000000;" onclick='closeHi()'>
  409. 取消</button>
  410. </div>
  411. <div style="width: 100%; float:left; margin-left: 180px; margin-top: 5px" >
  412. <input onclick="ClickAutoPromt()" checked="checked" style="cursor: pointer;float: left; height: 15px; margin-top: 1px;" id='autoPrompt' type='checkbox' />
  413. <label id='autoPromptText' for='autoPrompt' style="cursor: pointer;height: 15px; float: left; margin-left: 10px; color: #000000;">
  414. </label></div>
  415. </div>
  416. </div>
  417. <div id="ma" style="margin: 0px; padding: 0px; width: 100%; height: 31px; background: url('m_inTop.jpg') repeat-x;
  418. overflow: hidden; position: relative;">
  419. <div id='logout' style="cursor: pointer;background: url(logOut.gif);float:right; margin-right:21%;padding-top:5px; font-size: 13px; height: 31px; width: 95px; color: #000000;" onclick="Logout()"></div>
  420. <div id='version' style="cursor: pointer;background: url(logOut.gif);float:right; margin-right:0px;padding-top:5px; font-size: 13px; height: 31px; width: 95px; color: #000000;" onclick="Version()"></div>
  421. </div>
  422. <div id="mb" style="width: 950px; height: 550px; padding: 0; margin: auto;">
  423. <div id="mba" style="float: left; height: 100%; width: 140px;">
  424. <div style="width: 140px; float: left; height: 100%;">
  425. <div id='dra1' style="height: 29px; background: url(m_dram.jpg); position: relative;">
  426. <div style="height: 29px; width: 8px; background: url(m_dral.jpg); float: left">
  427. </div>
  428. <div style="height: 29px; width: 8px; background: url(m_drar.jpg); float: right;
  429. margin: 0 0px 0 0; cursor: move;">
  430. </div>
  431. </div>
  432. <div id='mbabwrap'>
  433. <div id='mbab' style="margin: 0; width: auto; height: 100%; background: url(mb_bg.jpg) repeat-x;
  434. overflow: auto; padding: 0px; position: relative;">
  435. <ul id='cl' style="margin-top: 20px;">
  436. </ul>
  437. </div>
  438. </div>
  439. </div>
  440. </div>
  441. <div id="mbb" style="width: 670px; height: 100%; float: left;">
  442. <div id="drb2" style="width: 100%; float: left; height: 29px; background: url(m_dram.jpg);
  443. margin: 0 1px 0 1px;">
  444. <div style="height: 29px; width: 8px; background: url(m_dral.jpg); float: left">
  445. </div>
  446. <div style="height: 29px; width: 8px; background: url(m_drar.jpg); float: right;
  447. margin: 0 0 0 0;">
  448. </div>
  449. </div>
  450. <div id='playView' style="border: 1px solid 0; width: 665px; margin: 3px 2px 0 2px;
  451. height: 480px; float: left; background-color: #C0C0C0;">
  452. <!--AllPlayView-->
  453. </div>
  454. <div id='funcBar' style="width: 100%; float: left; height: 33px; background: url(plcb11.jpg);
  455. margin: 2px 2px 0 2px;">
  456. <div style="width: 7px; height: 33px; float: left; background: url(plcbl.jpg);">
  457. </div>
  458. <div style="width: 7px; height: 33px; float: right; background: url(plcbr.jpg);">
  459. </div>
  460. <div id='pb' style="height: 26px; margin: 2px 0 0 10px; position: relative;">
  461. <div id='pc'>
  462. <!-- <div style="margin: 0 0 0 0px">
  463. <a id='xp0' class="p0" href="javascript:;" onclick="ocx.Fullscreen(true)"></a>
  464. </div>-->
  465. <div style="margin: 0 0 0 5px">
  466. <a id='xp1' class="p1" href="javascript:;" onclick="inSetWindow(1)"></a>
  467. </div>
  468. <div style="margin: 0 0 0 5px">
  469. <a id='xp2' class="p2" href="javascript:;" onclick="inSetWindow(4)"></a>
  470. </div>
  471. <div style="margin: 0 0 0 5px">
  472. <a id='xp3' class="p3" href="javascript:;" onclick="inSetWindow(9)"></a>
  473. </div>
  474. <div style="margin: 0 0 0 5px">
  475. <a id='xp4' class="p4" href="javascript:;" onclick="inSetWindow(16)"></a>
  476. </div>
  477. <div style="margin: 0 0 0 5px">
  478. <a id='xp5' class="p5" href="javascript:;" onclick="inSetWindow(25)"></a>
  479. </div>
  480. <div style="margin: 0 0 0 5px;">
  481. <a id='xp6' class="p6" href="javascript:;" onclick="inSetWindow(36)"></a>
  482. </div>
  483. <div style="margin: 0 0 0 5px">
  484. <a id='startPlayAll' class="p7" href="javascript:;" onclick="startPlayAll()"></a>
  485. </div>
  486. <div style="margin: 0 0 0 5px">
  487. <a id='stopPlayAll' class="p72" href="javascript:;" onclick="StopPlayAll()"></a>
  488. </div>
  489. <!--<div style="margin: 0 0 0 5px;">
  490. <a title='snap' id='snap' class="p8" href="javascript:;" onclick='ocx.BMPCapturePicture("C:\\BMP")'>
  491. </a>
  492. </div>
  493. <div style="margin: 0 0 0 5px">
  494. <a id='recordAll' class="p9" href="javascript:;" onclick="recordAll()"></a>
  495. </div>
  496. <div style="margin: 0 0 0 5px">
  497. <a id='stopRecordAll' class="p92" href="javascript:;" onclick="stopRecordAll()"></a>
  498. </div>
  499. <div style="margin: 0 17px 0 0; float: right">
  500. <a id='Audio' class="p102" href="javascript:;" onclick="openAudio()"></a>
  501. </div>-->
  502. </div>
  503. <script type="text/javascript">
  504. if(!g_bSafari)
  505. {
  506. $('pc').style.display="none" ;
  507. }
  508. </script>
  509. </div>
  510. </div>
  511. </div>
  512.  
  513. <script type="text/javascript">
  514. resizeM();
  515. </script>
  516.  
  517. <div id="mbc" style="float: right; height: 100%; width: 140px;">
  518. <div style="width: 140px; background: url(mb_bg.jpg) repeat-x; float: left; height: 100%;">
  519. <div id='dra3' style="height: 29px; background: url(m_dram.jpg); position: relative;">
  520. <div style="background:url(logo2.gif) no-repeat; margin-left:5px; margin-top:5px;width:100%;height:100%;z-index:10;position:absolute;top:0px;left:0px;"></div>
  521. <div style="height: 29px; width: 8px; background: url(m_dral.jpg); float: left">
  522. </div>
  523. <div style="height: 29px; width: 8px; background: url(m_drar.jpg); float: right;
  524. margin: 0 0px 0 0; cursor: move;">
  525. </div>
  526. </div>
  527. <div id='yt' style="height: 130px; width: 125px; position: relative; padding: 8px 8px 0 8px">
  528. <div style="width: 40px; height: 35px; padding: 0px 0 0 0px;">
  529. <a class="y1" href="javascript:;" onmousedown="ajaxFunction('start','directionleftup')"
  530. onmouseup="ajaxFunction('stop','directionleftup')" onmouseout="ajaxFunction('stop','directionleftup')"></a>
  531. </div>
  532. <div style="width: 45px; height: 35px; padding: 0px 0 0 0px;">
  533. <a class="y2" href="javascript:;" onmousedown="ajaxFunction('start','directionup')"
  534. onmouseup="ajaxFunction('stop','directionup')" onmouseout="ajaxFunction('stop','directionup')"></a>
  535. </div>
  536. <div style="width: 39px; height: 35px; padding: 0px 0 0 0px;">
  537. <a class="y3" href="javascript:;" onmousedown="ajaxFunction('start','directionrightup')"
  538. onmouseup="ajaxFunction('stop','directionrightup')" onmouseout="ajaxFunction('stop','directionrightup')"></a>
  539. </div>
  540. <div style="width: 40px; height: 50px; padding: 0px 0 0 0px;">
  541. <a class="y4" href="javascript:;" onmousedown="ajaxFunction('start','directionleft')"
  542. onmouseup="ajaxFunction('stop','directionleft')" onmouseout="ajaxFunction('stop','directionleft')"></a>
  543. </div>
  544. <div style="width: 45px; height: 50px;">
  545. <a class="y5" href="javascript:;"></a>
  546. </div>
  547. <div style="width: 39px; height: 50px; padding: 0px 0 0 0px;">
  548. <a class="y6" href="javascript:;" onmousedown="ajaxFunction('start','directionright')"
  549. onmouseup="ajaxFunction('stop','directionright')" onmouseout="ajaxFunction('stop','directionright')"></a>
  550. </div>
  551. <div style="width: 40px; height: 45px; padding: 0 0 0 0px;">
  552. <a class="y7" href="javascript:;" onmousedown="ajaxFunction('start','directionleftdown')"
  553. onmouseup="ajaxFunction('stop','directionleftdown')" onmouseout="ajaxFunction('stop','directionleftdown')"></a>
  554. </div>
  555. <div style="width: 45px; height: 35px; padding: 0 0 0 0px;">
  556. <a class="y8" href="javascript:;" onmousedown="ajaxFunction('start','directiondown')"
  557. onmouseup="ajaxFunction('stop','directiondown')" onmouseout="ajaxFunction('stop','directiondown')"></a>
  558. </div>
  559. <div style="width: 39px; height: 35px; padding: 0 0 0 0px;">
  560. <a class="y9" href="javascript:;" onmousedown="ajaxFunction('start','directionrightdown')"
  561. onmouseup="ajaxFunction('stop','directionrightdown')" onmouseout="ajaxFunction('stop','directionrightdown')"></a>
  562. </div>
  563. </div>
  564. <div id='yt1' style="width: 132px; height: 90px; position: relative; margin: 0 5px 0 5px;">
  565. <div style="padding: 0 0 5px 14px;">
  566. <a class="y1" href="javascript:;" onmousedown="ajaxFunction('start','zoomtile')"
  567. onmouseup="ajaxFunction('stop','zoomtile')"></a>
  568. </div>
  569. <div id='xbb' style="color: #FFFFFF; height: 18px; width: 50px; padding: 8px 0 0 0;
  570. text-align: center;">
  571. </div>
  572. <div style="padding: 0 0 5px 0;">
  573. <a class="y2" href="javascript:;" onmousedown="ajaxFunction('start','zoomwide')"
  574. onmouseup="ajaxFunction('stop','zoomwide')"></a>
  575. </div>
  576. <div style="padding: 0 0 5px 14px;">
  577. <a class="y1" href="javascript:;" onmousedown="ajaxFunction('start','focusnear')"
  578. onmouseup="ajaxFunction('stop','focusnear')"></a>
  579. </div>
  580. <div id='xbj' style="color: #FFFFFF; height: 18px; width: 50px; padding: 8px 0 0 0;
  581. text-align: center;">
  582. </div>
  583. <div style="padding: 0 0 5px 0;">
  584. <a class="y2" href="javascript:;" onmousedown="ajaxFunction('start','focusfar')"
  585. onmouseup="ajaxFunction('stop','focusfar')"></a>
  586. </div>
  587. <div style="padding: 0 0 5px 14px;">
  588. <a class="y1" href="javascript:;" onmousedown="ajaxFunction('start','irislarge')"
  589. onmouseup="ajaxFunction('stop','irislarge')"></a>
  590. </div>
  591. <div id='xgq' style="color: #FFFFFF; height: 18px; width: 50px; padding: 8px 0 0 0;
  592. text-align: center;">
  593. </div>
  594. <div style="padding: 0 0 5px 0;">
  595. <a class="y2" href="javascript:;" onmousedown="ajaxFunction('start','irissmall')"
  596. onmouseup="ajaxFunction('stop','irissmall')"></a>
  597. </div>
  598. </div>
  599. </div>
  600. </div>
  601. </div>
  602. <div id="mc" style="clear: both; height: 13px; text-align: center; background: url(mc.jpg) repeat-x;">
  603. CopyRight 2016,All Rights Reserved
  604. </div>
  605. <div style="position: absolute; top: -2000px; width: 0px;">
  606. <a style="background: url(yt11.jpg)"></a><a style="background: url(yt21.jpg)"></a>
  607. <a style="background: url(yt31.jpg)"></a><a style="background: url(yt41.jpg)"></a>
  608. <a style="background: url(yt51.jpg)"></a><a style="background: url(yt61.jpg)"></a>
  609. <a style="background: url(yt71.jpg)"></a><a style="background: url(yt81.jpg)"></a>
  610. <a style="background: url(yt91.jpg)"></a><a style="background: url(yt+1.gif)"></a>
  611. <a style="background: url(yt-1.gif)"></a><a style="background: url(stopAll1.jpg)">
  612. </a><a style="background: url(startAll1.jpg)"></a><a style="background: url(11.jpg)">
  613. </a><a style="background: url(41.jpg)"></a><a style="background: url(91.jpg)"></a>
  614. <a style="background: url(161.jpg)"></a><a style="background: url(251.jpg)"></a>
  615. <a style="background: url(361.jpg)"></a>
  616. </div>
  617. </body>
  618. </html>
Add Comment
Please, Sign In to add comment