日期:2014-05-16 浏览次数:20426 次
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> New Document </title> <meta name="Generator" content="EditPlus"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <script type="text/javascript"> var isIE = (document.all) ? true : false; var isIE6 = isIE && ([/MSIE (\d)\.0/i.exec(navigator.userAgent)][0][1] == 6); var $ = function (id) { return "string" == typeof id ? document.getElementById(id) : id; }; var Class = { create: function() { return function() { this.Init.apply(this, arguments); } } } var Extend = function(destination, source) { for (var property in source) { destination[property] = source[property]; } } var Bind = function(object, fun) { var args = Array.prototype.slice.call(arguments,2); return function() { return fun.apply(object, args); } } var BindAsEventListener = function(object, fun) { var args = Array.prototype.slice.call(arguments,2); return function(event) { return fun.apply(object, [event || window.event].concat(args)); } } var CurrentStyle = function(element){ return element.currentStyle || document.defaultView.getComputedStyle(element, null); } function addEventHandler(oTarget, sEventType, fnHandler) { if (oTarget.addEventListener) { oTarget.addEventListener(sEventType, fnHandler, false); } else if (oTarget.attachEvent) { oTarget.attachEvent("on" + sEventType, fnHandler); } else { oTarget["on" + sEventType] = fnHandler; } }; function removeEventHandler(oTarget, sEventType, fnHandler) { if (oTarget.removeEventListener) { oTarget.removeEventListener(sEventType, fnHandler, false); } else if (oTarget.detachEvent) { oTarget.detachEvent("on" + sEventType, fnHandler); } else { oTarget["on" + sEventType] = null; } }; </script> <style type="text/css"> a{ underline:none; } #header{ background-image: url('http://mimg.126.net/p/dm3style/lib/1001261008/share_blue/f2.gif'); background-repeat: repeat-x; background-position: 0px 0px; position: relative; width:800px; height:63px; } #menu{ white-space:nowrap; height:28px; width:700px; position:absolute; bottom: 6px; left: 50px; overflow:hidden; white-space:nowrap; } #menu div{ float: left; clear: right; cursor: pointer; } #menu div table{ border: 0px; padding: 0px; margin: 0px; } #menu div table td{ height: 30px; text-align: left; vertical-align: bottom; padding-top: 2px; line-height : 28px; } .AtdL{ width:5px; background-image: url('http://mimg.126.net/p/dm3style/lib/1001261008/share_blue/f1.gif'); background-repeat: no-repeat; background-position: -457px -58px; } .AtdM{ background-image: url('http://mimg.126.net/p/dm3style/lib/1001261008/share_blue/f2.gif'); background-repeat: repeat-x; background-position: 0px -181px; font-family: 宋体; font-size: 13px; font-weight: bold; color: #FFFFFF; } .AtdR{ width: 5px; b