function switchLang(a){var b=document.URL;b=b.toLowerCase();if(b.indexOf("/en/",0)!=-1){document.location=b.replace(/((?:\/)|(?:%2F))en\1/gi,"$1"+a+"$1")}else{if(b.indexOf("/ja/",0)!=-1){document.location=b.replace(/((?:\/)|(?:%2F))ja\1/gi,"$1"+a+"$1")}else{if(b.indexOf("/ko/",0)!=-1){document.location=b.replace(/((?:\/)|(?:%2F))ko\1/gi,"$1"+a+"$1")}else{if(b.indexOf("/zh/",0)!=-1){document.location=b.replace(/((?:\/)|(?:%2F))zh\1/gi,"$1"+a+"$1")}else{if(b.indexOf("/zt/",0)!=-1){document.location=b.replace(/((?:\/)|(?:%2F))zt\1/gi,"$1"+a+"$1")}else{if(b.indexOf("/fr/",0)!=-1){document.location=b.replace(/((?:\/)|(?:%2F))fr\1/gi,"$1"+a+"$1")}else{}}}}}}}function showHideDiv(a){if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display=""}else{document.getElementById(a).style.display="none"}}function expandcontent(c,d,b,a,e){if(ccollect.length>0){if(document.getElementById(d).style.display=="none"){document.getElementById(d).style.display="";c.innerHTML="<div class='seeAnswer'>"+e+" <img src='/zaia/includes/images/helpUpArrow.gif'></div>";postQuestion(b)}else{document.getElementById(d).style.display="none";c.innerHTML="<div class='seeAnswer'>"+a+" <img src='/zaia/includes/images/helpDownArrow.gif'></div>"}}}function querySt(a){strParams=window.location.search.substring(1);arrParams=strParams.split("&");for(i=0;i<arrParams.length;i++){strVar=arrParams[i].split("=");if(strVar[0]==a){return strVar[1]}}};
