<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <style type="text/css"> html,body,div,a{padding:0;margin:0;} #d{ width:300px; margin:0 auto; border:1px solid #3366FF} #d a{ text-align:center;;width:300px; color:#000000; text-decoration:none; height:24px; line-height:24px; display:block} #d a:hover{ background-color:#FF6600} </style> <script type="text/javascript"> function domLocation(node){ var left , top , right , bottom; left = top = right = bottom = 0; var n = node; while (n) { left += n.offsetLeft, top += n.offsetTop; n = n.offsetParent; }; right = left + node.offsetWidth; bottom = top + node.offsetHeight; return {"left":left,"right":right,"top":top,"bottom":bottom,"width":node.offsetWidth,"height":node.offsetHeight} }
var g = function(id){return "string" == typeof id ? document.getElementById(id) : id;}, c = function(tagName){return document.createElement(tagName);}, apc = function(o,po){ (po || document.body).appendChild(o);};
function isF60(a){ var bgc = a.currentStyle ? a.currentStyle["backgroundColor"] : window.getComputedStyle(a, null)["backgroundColor"]; if(bgc.toLowerCase() == "#ff6600" || ("rgb(255,102,0)" == bgc.replace(/\s+/ig,""))) return true; else return false; } var cs,idx function toggelKey(upDownFlag){ var f60flag = false; for(var i = 0; i < cs.length; i++){