<!--
function buttonSetStyle(loc,cls){
   if(loc.className)
      loc.className=cls;
}
//-->
