function setTextSize(F,H){var G=document.getElementById("wrap");G.className=H+" "+F;if(F==="normalText"){G.className=H}var D=document.getElementById("mainContainer");D.className=H+" "+F;if(F==="normalText"&&H==="medicarehome"){D.className=H}var E=["normalText","bigText","biggerText"];for(var C=0;C<E.length;C++){var A=E[C];var B=document.getElementById(A);if(A===F){if(B.className.indexOf("current")<0){B.className=B.className+" current"}}else{if(B.className.indexOf("current")>=0){B.className=B.className.replace(" current","")}}}};