function MSShow(c){for(var g=getElementsByClassName("list"),b=0;b<g.length;b++)g[b].style.display="none";document.getElementById(c).style.display="block"}function MSHide(c){document.getElementById(c).style.display="none"}function MSUpdateInput(c,g){var b="";for(i=0;i<g;i++){var d=document.getElementById(c+"___"+i),a=b==""?"":", ";b+=d.checked?a+d.title:""}document.getElementById(c).value=b} var getElementsByClassName=function(c,g,b){getElementsByClassName=document.getElementsByClassName?function(d,a,e){for(var d=(e||document).getElementsByClassName(d),a=a?RegExp("\\b"+a+"\\b","i"):null,e=[],j,f=0,b=d.length;f<b;f+=1)j=d[f],(!a||a.test(j.nodeName))&&e.push(j);return e}:document.evaluate?function(d,a,e){for(var a=a||"*",e=e||document,j=d.split(" "),f="",b=document.documentElement.namespaceURI==="http://www.w3.org/1999/xhtml"?"http://www.w3.org/1999/xhtml":null,d=[],c,h=0,g=j.length;h< g;h+=1)f+="[contains(concat(' ', @class, ' '), ' "+j[h]+" ')]";try{c=document.evaluate(".//"+a+f,e,b,0,null)}catch(l){c=document.evaluate(".//"+a+f,e,null,0,null)}for(;a=c.iterateNext();)d.push(a);return d}:function(d,a,e){var a=a||"*",e=e||document,b=d.split(" "),d=[],a=a==="*"&&e.all?e.all:e.getElementsByTagName(a),e=[],f;f=0;for(var c=b.length;f<c;f+=1)d.push(RegExp("(^|\\s)"+b[f]+"(\\s|$)"));for(var c=0,g=a.length;c<g;c+=1){b=a[c];f=!1;for(var h=0,k=d.length;h<k;h+=1)if(f=d[h].test(b.className), !f)break;f&&e.push(b)}return e};return getElementsByClassName(c,g,b)};
