function ShowTab(K,T){i=0;while(document.getElementById("tab"+K+i)!=null)
{document.getElementById("div"+K+i).style.display="none";document.getElementById("tab"+K+i).className="";i++;}
document.getElementById("div"+K+T).style.display="block";document.getElementById("tab"+K+T).className="active";};function convertEntities(b){var d,a;d=function(c){if(/&[^;]+;/.test(c)){var f=document.createElement("div");f.innerHTML=c;return!f.firstChild?c:f.firstChild.nodeValue}return c};if(typeof b==="string"){return d(b)}else{if(typeof b==="object"){for(a in b){if(typeof b[a]==="string"){b[a]=d(b[a])}}}}return b};
