document.writeln("<script>");
document.writeln("var dropShow=false");
document.writeln("var currentID");
document.writeln("function dropdown(el){");
document.writeln("if(dropShow){");
document.writeln("dropFadeOut()");
document.writeln("}else{");
document.writeln("currentID=el");
document.writeln("el.style.visibility=\"visible\"");
document.writeln("dropFadeIn()");
document.writeln("}");
document.writeln("}");
document.writeln("function dropFadeIn(){\/\/选单淡入的效果");
document.writeln("if(currentID.filters.alpha.opacity<100){");
document.writeln("currentID.filters.alpha.opacity+=20");
document.writeln("fadeTimer=setTimeout(\"dropFadeIn()\",50)");
document.writeln("}else{");
document.writeln("dropShow=true");
document.writeln("clearTimeout(fadeTimer)");
document.writeln("}");
document.writeln("}");
document.writeln("function dropFadeOut(){\/\/选单淡出的效果");
document.writeln("if(currentID.filters.alpha.opacity>0){");
document.writeln("clearTimeout(fadeTimer)");
document.writeln("currentID.filters.alpha.opacity-=20");
document.writeln("fadeTimer=setTimeout(\"dropFadeOut()\",50)");
document.writeln("}else{");
document.writeln("dropShow=false");
document.writeln("currentID.style.visibility=\"hidden\"");
document.writeln("}");
document.writeln("}");
document.writeln("function dropdownHide(){");
document.writeln("if(dropShow){");
document.writeln("dropFadeOut()");
document.writeln("dropShow=false");
document.writeln("}");
document.writeln("}");
document.writeln("function hiLight(el){\/\/高亮度显示指标位置");
document.writeln("if(dropShow){");
document.writeln("for(i=0;i<el.parentElement.childNodes.length;i++){");
document.writeln("el.parentElement.childNodes(i).className=\"link_record0\"");
document.writeln("}");
document.writeln("el.className=\"link_record1\"");
document.writeln("}");
document.writeln("}");
document.writeln("function CheckMe(el){\/\/替换显示内容");
document.writeln("el.parentElement.parentElement.childNodes(0).childNodes(0).childNodes(0).childNodes(0).childNodes(0).childNodes(0).innerHTML=el.innerHTML");
document.writeln("}");
document.writeln("document.onclick=dropdownHide");
document.writeln("<\/script> ")
document.writeln("<script language=javascript> ");
document.writeln("<!-- ");
document.writeln("function Addme(){ ");
document.writeln("url = \"http:\/\/www.china-fine.com\"; \/\/你自己的主页地址 ");
document.writeln("title = \"东莞市法恩实业有限公司\"; \/\/你自己的主页名称 ");
document.writeln("window.external.AddFavorite(url,title); }");
document.writeln("--> ");
document.writeln("<\/script> ")
