<!--
 function bdColor(){
  if(arguments[0] == 'blur'){
   this.style.borderColor="#356aa0";
   this.style.borderWidth="2px";
  }else if(arguments[0] == 'focus'){
   this.style.borderColor="#11a2cc";
 	this.style.borderWidth="2px";
   }
 }
 
 function bdColorWeak(){
  if(arguments[0] == 'blur'){
   this.style.borderColor="#819eb3";
   this.style.borderWidth="1px";
  }else if(arguments[0] == 'focus'){
   this.style.borderColor="#11a2cc";
 	this.style.borderWidth="1px";
   }
 }
//-->
