﻿
document.writeln("<!--[if lte IE 6]>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("if(typeof document.compatMode!=\'undefined\'&&document.compatMode!=\'BackCompat\'){");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}\";");
document.writeln("}else{");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}\";");
document.writeln("}");
document.writeln("var fdc_bodyCSS=\'* html {background:url(\/images\/common\/blank.gif) fixed;}\';");
document.writeln("var fdcCSS=\'#fdc {position:fixed;\';");
document.writeln("var fdcCSS=fdcCSS+\'_position:absolute;\';");
document.writeln("var fdcCSS=fdcCSS+\'width:100%;\';");
document.writeln("var fdcCSS=fdcCSS+\'bottom:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'right:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'clip:rect(0 100% 100% 0);\';");
document.writeln("var fdcCSS=fdcCSS+cot_t1_DOCtp;");
document.writeln("document.write(\'<style type=\"text\/css\">\'+fdc_bodyCSS+fdcCSS+\'<\/style>\');");
document.writeln("<\/script>");
document.writeln("<![endif]-->");

function fdclose(){
var mydiv=document.getElementById("fdc");
mydiv.innerHTML="";
}

function clearDefault(el) {//清空
if (el.defaultValue==el.value) el.value = "";
}
function resetDefault(el){// 重设
if (el.value == '') el.value=el.defaultValue;
}
