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>
function doMyClose()
{
opener = this;
self.close();
}
</script>
<a href="JavaScript: doMyClose();">Close this window without the 'confirm close' dialog</a>
<a href="JavaScript: opener = this; self.close()">Close this window without the 'confirm close' dialog</a>