Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script language="javascript">
function showLAYER(layName)
{
document.select_menu.menu.style.visibility='hidden';
document.all(layName).style.visibility='visible';
}
function hideLAYER(layName)
{
document.select_menu.menu.style.visibility='visible';
document.all(layName).style.visibility='hidden';
}
</script>