// Used on How Do I... section: most pages
//
function howNav(){
var URL = document.getElementById("gotoPage").options[document.getElementById("gotoPage").selectedIndex].value;
window.location.href = URL;
}
