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 OpenWin(sURL)
{
myWin= open(sURL, "myWindow", "width=320,height=240,status=no,toolbar=no,menubar=yes,resizable=yes,scrollbars=yes,screenX=0,screenY=0");
myWin.resizeTo(320,240);
myWin.moveTo(0,0);
myWin.focus();
</script>