ChinajQueryMenu.js 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. //BEIJING
  2. //HISTORIC BEIJING
  3. //<![CDATA[
  4. $(window).load(function(){
  5. $('.top-level li .sub-level li').eq(0).on('mouseover', function() {
  6. // Position #info1 off to the side of the .sub-level
  7. // $('#info1').css({
  8. // 'top': $(this).parent('.sub-level').position().top,
  9. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  10. // });
  11. $('#info1').show();
  12. }).on('mouseleave', function() {
  13. $('#info1').hide();
  14. });
  15. });//]]>
  16. //BEIJING HISTORY THROUGH PICTURES
  17. $(window).load(function(){
  18. $('.top-level li .sub-level li').eq(1).on('mouseover', function() {
  19. // Position #info1 off to the side of the .sub-level
  20. // $('#info1').css({
  21. // 'top': $(this).parent('.sub-level').position().top,
  22. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  23. // });
  24. $('#info2').show();
  25. }).on('mouseleave', function() {
  26. $('#info2').hide();
  27. });
  28. });//]]>
  29. //ACTIVITIES
  30. $(window).load(function(){
  31. $('.top-level li .sub-level li').eq(2).on('mouseover', function() {
  32. // Position #info1 off to the side of the .sub-level
  33. // $('#info1').css({
  34. // 'top': $(this).parent('.sub-level').position().top,
  35. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  36. // });
  37. $('#info3').show();
  38. }).on('mouseleave', function() {
  39. $('#info3').hide();
  40. });
  41. });//]]>
  42. //MODERN BEIJING CULTURE
  43. $(window).load(function(){
  44. $('.top-level li .sub-level li').eq(3).on('mouseover', function() {
  45. // Position #info1 off to the side of the .sub-level
  46. // $('#info1').css({
  47. // 'top': $(this).parent('.sub-level').position().top,
  48. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  49. // });
  50. $('#info4').show();
  51. }).on('mouseleave', function() {
  52. $('#info4').hide();
  53. });
  54. });//]]>
  55. //GREAT WALL
  56. //GREAT WALL
  57. $(window).load(function(){
  58. $('.top-level li .sub-level li').eq(4).on('mouseover', function() {
  59. // Position #info1 off to the side of the .sub-level
  60. // $('#info1').css({
  61. // 'top': $(this).parent('.sub-level').position().top,
  62. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  63. // });
  64. $('#info5').show();
  65. }).on('mouseleave', function() {
  66. $('#info5').hide();
  67. });
  68. });//]]>
  69. //GREAT WALL PICTURES
  70. $(window).load(function(){
  71. $('.top-level li .sub-level li').eq(5).on('mouseover', function() {
  72. // Position #info1 off to the side of the .sub-level
  73. // $('#info1').css({
  74. // 'top': $(this).parent('.sub-level').position().top,
  75. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  76. // });
  77. $('#info6').show();
  78. }).on('mouseleave', function() {
  79. $('#info6').hide();
  80. });
  81. });//]]>
  82. //XI'AN
  83. //XI'AN
  84. $(window).load(function(){
  85. $('.top-level li .sub-level li').eq(6).on('mouseover', function() {
  86. // Position #info1 off to the side of the .sub-level
  87. // $('#info1').css({
  88. // 'top': $(this).parent('.sub-level').position().top,
  89. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  90. // });
  91. $('#info7').show();
  92. }).on('mouseleave', function() {
  93. $('#info7').hide();
  94. });
  95. });//]]>
  96. //XI'AN PICTURES
  97. $(window).load(function(){
  98. $('.top-level li .sub-level li').eq(7).on('mouseover', function() {
  99. // Position #info1 off to the side of the .sub-level
  100. // $('#info1').css({
  101. // 'top': $(this).parent('.sub-level').position().top,
  102. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  103. // });
  104. $('#info10').show();
  105. }).on('mouseleave', function() {
  106. $('#info10').hide();
  107. });
  108. });//]]>
  109. //SHAANXI MUSEUM
  110. $(window).load(function(){
  111. $('.top-level li .sub-level li').eq(8).on('mouseover', function() {
  112. // Position #info1 off to the side of the .sub-level
  113. // $('#info1').css({
  114. // 'top': $(this).parent('.sub-level').position().top,
  115. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  116. // });
  117. $('#info10').show();
  118. }).on('mouseleave', function() {
  119. $('#info10').hide();
  120. });
  121. });//]]>
  122. //SHANGHAI
  123. //SHANGHAI
  124. $(window).load(function(){
  125. $('.top-level li .sub-level li').eq(9).on('mouseover', function() {
  126. // Position #info1 off to the side of the .sub-level
  127. // $('#info1').css({
  128. // 'top': $(this).parent('.sub-level').position().top,
  129. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  130. // });
  131. $('#info11').show();
  132. }).on('mouseleave', function() {
  133. $('#info11').hide();
  134. });
  135. });//]]>
  136. //MODERN SHAGHAI AND THE BUND
  137. $(window).load(function(){
  138. $('.top-level li .sub-level li').eq(10).on('mouseover', function() {
  139. // Position #info1 off to the side of the .sub-level
  140. // $('#info1').css({
  141. // 'top': $(this).parent('.sub-level').position().top,
  142. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  143. // });
  144. $('#info12').show();
  145. }).on('mouseleave', function() {
  146. $('#info12').hide();
  147. });
  148. });//]]>
  149. //HISTORIC SHANGHAI REGION
  150. $(window).load(function(){
  151. $('.top-level li .sub-level li').eq(11).on('mouseover', function() {
  152. // Position #info1 off to the side of the .sub-level
  153. // $('#info1').css({
  154. // 'top': $(this).parent('.sub-level').position().top,
  155. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  156. // });
  157. $('#info12').show();
  158. }).on('mouseleave', function() {
  159. $('#info12').hide();
  160. });
  161. });//]]>
  162. //BIBLIOGRAHIES
  163. //BIBLIOGRAPHY INDEX
  164. $(window).load(function(){
  165. $('.top-level li .sub-level li').eq(12).on('mouseover', function() {
  166. // Position #info1 off to the side of the .sub-level
  167. // $('#info1').css({
  168. // 'top': $(this).parent('.sub-level').position().top,
  169. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  170. // });
  171. $('#info13').show();
  172. }).on('mouseleave', function() {
  173. $('#info13').hide();
  174. });
  175. });//]]>
  176. //PUBLISHER'S ADDRESSES
  177. $(window).load(function(){
  178. $('.top-level li .sub-level li').eq(13).on('mouseover', function() {
  179. // Position #info1 off to the side of the .sub-level
  180. // $('#info1').css({
  181. // 'top': $(this).parent('.sub-level').position().top,
  182. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  183. // });
  184. $('#info14').show();
  185. }).on('mouseleave', function() {
  186. $('#info14').hide();
  187. });
  188. });//]]>
  189. //INFORMATION
  190. //MAP OF CHINA
  191. $(window).load(function(){
  192. $('.top-level li .sub-level li').eq(15).on('mouseover', function() {
  193. // Position #info1 off to the side of the .sub-level
  194. // $('#info1').css({
  195. // 'top': $(this).parent('.sub-level').position().top,
  196. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  197. // });
  198. $('#info21').show();
  199. }).on('mouseleave', function() {
  200. $('#info21').hide();
  201. });
  202. });//]]>
  203. //TABLE OF PROVINCES (16)
  204. //MAP OF THE UNITED STATES
  205. $(window).load(function(){
  206. $('.top-level li .sub-level li').eq(17).on('mouseover', function() {
  207. // Position #info1 off to the side of the .sub-level
  208. // $('#info1').css({
  209. // 'top': $(this).parent('.sub-level').position().top,
  210. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  211. // });
  212. $('#info21').show();
  213. }).on('mouseleave', function() {
  214. $('#info21').hide();
  215. });
  216. });//]]>
  217. //TABLE OF UNITED STATES (18)
  218. //COUNT IN CHINESE
  219. $(window).load(function(){
  220. $('.top-level li .sub-level li').eq(19).on('mouseover', function() {
  221. // Position #info1 off to the side of the .sub-level
  222. // $('#info1').css({
  223. // 'top': $(this).parent('.sub-level').position().top,
  224. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  225. // });
  226. $('#info32').show();
  227. }).on('mouseleave', function() {
  228. $('#info32').hide();
  229. });
  230. });//]]>
  231. //DOLLARS AND YUAN
  232. $(window).load(function(){
  233. $('.top-level li .sub-level li').eq(20).on('mouseover', function() {
  234. // Position #info1 off to the side of the .sub-level
  235. // $('#info1').css({
  236. // 'top': $(this).parent('.sub-level').position().top,
  237. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  238. // });
  239. $('#info22').show();
  240. }).on('mouseleave', function() {
  241. $('#info22').hide();
  242. });
  243. });//]]>
  244. //CONVERSION TABLES
  245. $(window).load(function(){
  246. $('.top-level li .sub-level li').eq(21).on('mouseover', function() {
  247. // Position #info1 off to the side of the .sub-level
  248. // $('#info1').css({
  249. // 'top': $(this).parent('.sub-level').position().top,
  250. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  251. // });
  252. $('#info23').show();
  253. }).on('mouseleave', function() {
  254. $('#info23').hide();
  255. });
  256. });//]]>
  257. //TEACH IN CHINA
  258. $(window).load(function(){
  259. $('.top-level li .sub-level li').eq(22).on('mouseover', function() {
  260. // Position #info1 off to the side of the .sub-level
  261. // $('#info1').css({
  262. // 'top': $(this).parent('.sub-level').position().top,
  263. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  264. // });
  265. $('#info24').show();
  266. }).on('mouseleave', function() {
  267. $('#info24').hide();
  268. });
  269. });//]]>
  270. //UMF'S CHINA EXCHANGE PROGRAM
  271. $(window).load(function(){
  272. $('.top-level li .sub-level li').eq(23).on('mouseover', function() {
  273. // Position #info1 off to the side of the .sub-level
  274. // $('#info1').css({
  275. // 'top': $(this).parent('.sub-level').position().top,
  276. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  277. // });
  278. $('#info25').show();
  279. }).on('mouseleave', function() {
  280. $('#info25').hide();
  281. });
  282. });//]]>
  283. //NOTES
  284. $(window).load(function(){
  285. $('.top-level li .sub-level li').eq(24).on('mouseover', function() {
  286. // Position #info1 off to the side of the .sub-level
  287. // $('#info1').css({
  288. // 'top': $(this).parent('.sub-level').position().top,
  289. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  290. // });
  291. $('#info26').show();
  292. }).on('mouseleave', function() {
  293. $('#info26').hide();
  294. });
  295. });//]]>
  296. //HOW TO SEE CHINESE CHARACTERS
  297. $(window).load(function(){
  298. $('.top-level li .sub-level li').eq(25).on('mouseover', function() {
  299. // Position #info1 off to the side of the .sub-level
  300. // $('#info1').css({
  301. // 'top': $(this).parent('.sub-level').position().top,
  302. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  303. // });
  304. $('#info31').show();
  305. }).on('mouseleave', function() {
  306. $('#info31').hide();
  307. });
  308. });//]]>
  309. //GUESTBOOK
  310. $(window).load(function(){
  311. $('.top-level li .sub-level li').eq(26).on('mouseover', function() {
  312. // Position #info1 off to the side of the .sub-level
  313. // $('#info1').css({
  314. // 'top': $(this).parent('.sub-level').position().top,
  315. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  316. // });
  317. $('#info27').show();
  318. }).on('mouseleave', function() {
  319. $('#info27').hide();
  320. });
  321. });//]]>
  322. //CHINESE-ENGLISH LANGUAGE
  323. //TING - CHINESE LANGUAGE
  324. $(window).load(function(){
  325. $('.top-level li .sub-level li').eq(27).on('mouseover', function() {
  326. // Position #info1 off to the side of the .sub-level
  327. // $('#info1').css({
  328. // 'top': $(this).parent('.sub-level').position().top,
  329. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  330. // });
  331. $('#info15').show();
  332. }).on('mouseleave', function() {
  333. $('#info15').hide();
  334. });
  335. });//]]>
  336. //INSTRUCTIONS FOR TING
  337. $(window).load(function(){
  338. $('.top-level li .sub-level li').eq(28).on('mouseover', function() {
  339. // Position #info1 off to the side of the .sub-level
  340. // $('#info1').css({
  341. // 'top': $(this).parent('.sub-level').position().top,
  342. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  343. // });
  344. $('#info16').show();
  345. }).on('mouseleave', function() {
  346. $('#info16').hide();
  347. });
  348. });//]]>
  349. //SEARCH THE DICTIONARY DATABASE
  350. $(window).load(function(){
  351. $('.top-level li .sub-level li').eq(29).on('mouseover', function() {
  352. // Position #info1 off to the side of the .sub-level
  353. // $('#info1').css({
  354. // 'top': $(this).parent('.sub-level').position().top,
  355. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  356. // });
  357. $('#info17').show();
  358. }).on('mouseleave', function() {
  359. $('#info17').hide();
  360. });
  361. });//]]>
  362. //LOG IN
  363. $(window).load(function(){
  364. $('.top-level li .sub-level li').eq(30).on('mouseover', function() {
  365. // Position #info1 off to the side of the .sub-level
  366. // $('#info1').css({
  367. // 'top': $(this).parent('.sub-level').position().top,
  368. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  369. // });
  370. $('#info18').show();
  371. }).on('mouseleave', function() {
  372. $('#info18').hide();
  373. });
  374. });//]]>
  375. //MANDARIN CHINISE-ENGLISH
  376. $(window).load(function(){
  377. $('.top-level li .sub-level li').eq(31).on('mouseover', function() {
  378. // Position #info1 off to the side of the .sub-level
  379. // $('#info1').css({
  380. // 'top': $(this).parent('.sub-level').position().top,
  381. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  382. // });
  383. $('#info19').show();
  384. }).on('mouseleave', function() {
  385. $('#info19').hide();
  386. });
  387. });//]]>
  388. //GAMES AND STUFF
  389. $(window).load(function(){
  390. $('.top-level li .sub-level li').eq(32).on('mouseover', function() {
  391. // Position #info1 off to the side of the .sub-level
  392. // $('#info1').css({
  393. // 'top': $(this).parent('.sub-level').position().top,
  394. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  395. // });
  396. $('#info20').show();
  397. }).on('mouseleave', function() {
  398. $('#info20').hide();
  399. });
  400. });//]]>
  401. //ART
  402. //THE POETRY OF BEI DAO
  403. $(window).load(function(){
  404. $('.top-level li .sub-level li').eq(33).on('mouseover', function() {
  405. // Position #info1 off to the side of the .sub-level
  406. // $('#info1').css({
  407. // 'top': $(this).parent('.sub-level').position().top,
  408. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  409. // });
  410. $('#info33').show();
  411. }).on('mouseleave', function() {
  412. $('#info33').hide();
  413. });
  414. });//]]>
  415. //CHINESE BRONZES
  416. $(window).load(function(){
  417. $('.top-level li .sub-level li').eq(34).on('mouseover', function() {
  418. // Position #info1 off to the side of the .sub-level
  419. // $('#info1').css({
  420. // 'top': $(this).parent('.sub-level').position().top,
  421. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  422. // });
  423. $('#info34').show();
  424. }).on('mouseleave', function() {
  425. $('#info34').hide();
  426. });
  427. });//]]>
  428. //CALLIGRAPHY BY DENG LING REN
  429. $(window).load(function(){
  430. $('.top-level li .sub-level li').eq(35).on('mouseover', function() {
  431. // Position #info1 off to the side of the .sub-level
  432. // $('#info1').css({
  433. // 'top': $(this).parent('.sub-level').position().top,
  434. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  435. // });
  436. $('#info35').show();
  437. }).on('mouseleave', function() {
  438. $('#info35').hide();
  439. });
  440. });//]]>
  441. //PAINTING: TANG-QING
  442. $(window).load(function(){
  443. $('.top-level li .sub-level li').eq(36).on('mouseover', function() {
  444. // Position #info1 off to the side of the .sub-level
  445. // $('#info1').css({
  446. // 'top': $(this).parent('.sub-level').position().top,
  447. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  448. // });
  449. $('#info36').show();
  450. }).on('mouseleave', function() {
  451. $('#info36').hide();
  452. });
  453. });//]]>
  454. //CALLIGIGRAPHY: SHANG-QING
  455. $(window).load(function(){
  456. $('.top-level li .sub-level li').eq(37).on('mouseover', function() {
  457. // Position #info1 off to the side of the .sub-level
  458. // $('#info1').css({
  459. // 'top': $(this).parent('.sub-level').position().top,
  460. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  461. // });
  462. $('#info37').show();
  463. }).on('mouseleave', function() {
  464. $('#info37').hide();
  465. });
  466. });//]]>
  467. //MING DYNASTY FUNRITURE
  468. $(window).load(function(){
  469. $('.top-level li .sub-level li').eq(38).on('mouseover', function() {
  470. // Position #info1 off to the side of the .sub-level
  471. // $('#info1').css({
  472. // 'top': $(this).parent('.sub-level').position().top,
  473. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  474. // });
  475. $('#info38').show();
  476. }).on('mouseleave', function() {
  477. $('#info38').hide();
  478. });
  479. });//]]>
  480. //99 CHINESE KITES
  481. $(window).load(function(){
  482. $('.top-level li .sub-level li').eq(39).on('mouseover', function() {
  483. // Position #info1 off to the side of the .sub-level
  484. // $('#info1').css({
  485. // 'top': $(this).parent('.sub-level').position().top,
  486. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  487. // });
  488. $('#info39').show();
  489. }).on('mouseleave', function() {
  490. $('#info39').hide();
  491. });
  492. });//]]>
  493. //CHINESE JADE
  494. $(window).load(function(){
  495. $('.top-level li .sub-level li').eq(40).on('mouseover', function() {
  496. // Position #info1 off to the side of the .sub-level
  497. // $('#info1').css({
  498. // 'top': $(this).parent('.sub-level').position().top,
  499. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  500. // });
  501. $('#info40').show();
  502. }).on('mouseleave', function() {
  503. $('#info40').hide();
  504. });
  505. });//]]>
  506. //SHAANXI HISTORY MUSEUM
  507. $(window).load(function(){
  508. $('.top-level li .sub-level li').eq(41).on('mouseover', function() {
  509. // Position #info1 off to the side of the .sub-level
  510. // $('#info1').css({
  511. // 'top': $(this).parent('.sub-level').position().top,
  512. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  513. // });
  514. $('#info41').show();
  515. }).on('mouseleave', function() {
  516. $('#info41').hide();
  517. });
  518. });//]]>
  519. //OUTSIDE RESOURCES
  520. //SELECTED LINKS
  521. $(window).load(function(){
  522. $('.top-level li .sub-level li').eq(42).on('mouseover', function() {
  523. // Position #info1 off to the side of the .sub-level
  524. // $('#info1').css({
  525. // 'top': $(this).parent('.sub-level').position().top,
  526. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  527. // });
  528. $('#info28').show();
  529. }).on('mouseleave', function() {
  530. $('#info28').hide();
  531. });
  532. });//]]>
  533. //UMF ONLINE
  534. $(window).load(function(){
  535. $('.top-level li .sub-level li').eq(43).on('mouseover', function() {
  536. // Position #info1 off to the side of the .sub-level
  537. // $('#info1').css({
  538. // 'top': $(this).parent('.sub-level').position().top,
  539. // 'left': $(this).parent('.sub-level').position().left + $(this).parent('.sub-level').outerWidth(),
  540. // });
  541. $('#info29').show();
  542. }).on('mouseleave', function() {
  543. $('#info29').hide();
  544. });
  545. });//]]>