function checkForm(){strSelected=document.getElementById("strName").options[document.getElementById("strName").selectedIndex].value;if(strSelected!=-1){document.location=strSelected.replace(" ","_").toLowerCase()+"/"}return false}function resizeText(intSize){document.body.style.fontSize=intSize+"em"};