document.writeln("<script language=\"JavaScript\">");
document.writeln("<!--");
document.writeln("var pltsPop=null;");
document.writeln("var pltsoffsetX = 10;   \/\/jump up window\'s X:3-12");
document.writeln("var pltsoffsetY = 15;  \/\/jump up window\'s Y:3-12");
document.writeln("var pltsPopbg=\"#FFFFEE\"; \/\/back color");
document.writeln("var pltsPopfg=\"#111111\"; \/\/front color");
document.writeln("var pltsTitle=\"\";");
document.writeln("document.write(\'<div id=pltsTipLayer style=\"display: none;position: absolute; z-index:1\"><\/div>\');");
document.writeln("function change()");
document.writeln("{");
document.writeln("  Layer1.style.zIndex=Layer1.style.zIndex==1?3:1;");
document.writeln("  if(Layer1.style.zIndex==1) Layer1.style.visibility=\'visible\';");
document.writeln("  else Layer1.style.visibility=\'hidden\';");
document.writeln("}");
document.writeln("function pltsinits()");
document.writeln("{");
document.writeln("document.onmouseover   = plts;change;");
document.writeln("document.onmousemove = moveToMouseLoc;change;");
document.writeln("}");
document.writeln("function plts()");
document.writeln("{  var o=event.srcElement;");
document.writeln("if(o.alt!=null && o.alt!=\"\"){o.dypop=o.alt;o.alt=\"\"};");
document.writeln("if(o.title!=null && o.title!=\"\"){o.dypop=o.title;o.title=\"\"};");
document.writeln("pltsPop=o.dypop;");
document.writeln("if(pltsPop!=null&&pltsPop!=\"\"&&typeof(pltsPop)!=\"undefined\")");
document.writeln("{");
document.writeln("pltsTipLayer.style.left=-1000;");
document.writeln("pltsTipLayer.style.display=\'\';");
document.writeln("var Msg=pltsPop.replace(\/\\n\/g,\"<br>\");");
document.writeln("Msg=Msg.replace(\/\\0x13\/g,\"<br>\");");
document.writeln("var re=\/\\{(.[^\\{]*)\\}\/ig;");
document.writeln("if(!re.test(Msg))pltsTitle=\"<font color=#DAECA8>Ò°ÍÃÔ¤ÀÀ<\/font>\";");
document.writeln("else{");
document.writeln("re=\/\\{(.[^\\{]*)\\}(.*)\/ig;");
document.writeln("pltsTitle=Msg.replace(re,\"$1\")+\" \";");
document.writeln("re=\/\\{(.[^\\{]*)\\}\/ig;");
document.writeln("Msg=Msg.replace(re,\"\");");
document.writeln("Msg=Msg.replace(\"<br>\",\"\");}");
document.writeln("var attr=(document.location.toString().toLowerCase().indexOf(\"list.asp\")>0?\"nowrap\":\"\");");
document.writeln("var content =");
document.writeln("\'<table style=\"FILTER:alpha(opacity=100) shadow(color=#bbbbbb,direction=135);\" id=toolTipTalbe border=0><tr><td width=\"100%\"><table class=tableBorder7 cellspacing=\"1\" cellpadding=\"0\" style=\"width:100%\">\'+");
document.writeln("\'<tr id=pltsPoptop ><th height=18 valign=bottom class=th1 ><b><p id=topleft align=left><font color=#DAECA8>¡ï<\/font>\'+pltsTitle+\'<\/p><p id=topright align=right style=\"display:none\">\'+pltsTitle+\'<font color=#DAECA8>¡ï<\/font><\/b><\/th><\/tr>\'+");
document.writeln("\'<tr><td \"+attr+\" class=tablebody7 style=\"padding-left:14px;padding-right:14px;padding-top: 6px;padding-bottom:6px;line-height:135%\">\'+Msg+\'<\/td><\/tr>\'+");
document.writeln("\'<tr id=pltsPopbot style=\"display:none\"><th height=12 valign=bottom class=th1><b><p id=botleft align=left><font color=#DAECA8>¡ï<\/font>\'+pltsTitle+\'<\/p><p id=botright align=right style=\"display:none\">\'+pltsTitle+\'<font color=#DAECA8>¡ï<\/font><\/b><\/th><\/tr>\'+");
document.writeln("\'<\/table><\/td><\/tr><\/table>\';");
document.writeln("pltsTipLayer.innerHTML=content;");
document.writeln("toolTipTalbe.style.width=Math.min(pltsTipLayer.clientWidth,document.body.clientWidth\/2.2);");
document.writeln("moveToMouseLoc();");
document.writeln("return true;");
document.writeln("}");
document.writeln("else");
document.writeln("{");
document.writeln("pltsTipLayer.innerHTML=\'\';");
document.writeln("pltsTipLayer.style.display=\'none\';");
document.writeln("return true;");
document.writeln("}");
document.writeln("}");
document.writeln("function moveToMouseLoc()");
document.writeln("{");
document.writeln("if(pltsTipLayer.innerHTML==\'\')return true;");
document.writeln("var MouseX=event.x;");
document.writeln("var MouseY=event.y;");
document.writeln("\/\/window.status=event.y;");
document.writeln("var popHeight=pltsTipLayer.clientHeight;");
document.writeln("var popWidth=pltsTipLayer.clientWidth;");
document.writeln("if(MouseY+pltsoffsetY+popHeight>document.body.clientHeight)");
document.writeln("{");
document.writeln("popTopAdjust=-popHeight-pltsoffsetY*1.5;");
document.writeln("pltsPoptop.style.display=\"none\";");
document.writeln("pltsPopbot.style.display=\"\";");
document.writeln("}");
document.writeln("else");
document.writeln("{");
document.writeln("popTopAdjust=0;");
document.writeln("pltsPoptop.style.display=\"\";");
document.writeln("pltsPopbot.style.display=\"none\";");
document.writeln("}");
document.writeln("if(MouseX+pltsoffsetX+popWidth>document.body.clientWidth)");
document.writeln("{");
document.writeln("popLeftAdjust=-popWidth-pltsoffsetX*2;");
document.writeln("topleft.style.display=\"none\";");
document.writeln("botleft.style.display=\"none\";");
document.writeln("topright.style.display=\"\";");
document.writeln("botright.style.display=\"\";");
document.writeln("}");
document.writeln("else");
document.writeln("{");
document.writeln("popLeftAdjust=0;");
document.writeln("topleft.style.display=\"\";");
document.writeln("botleft.style.display=\"\";");
document.writeln("topright.style.display=\"none\";");
document.writeln("botright.style.display=\"none\";");
document.writeln("}");
document.writeln("pltsTipLayer.style.left=MouseX+pltsoffsetX+document.body.scrollLeft+popLeftAdjust;");
document.writeln("pltsTipLayer.style.top=MouseY+pltsoffsetY+document.body.scrollTop+popTopAdjust;");
document.writeln("return true;");
document.writeln("}");
document.writeln("pltsinits();");
document.writeln("\/\/-->");
document.writeln("<\/script>")