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.
<A HREF="javascript:reloadFrames('someUrl.html','someOtherUrl.html')">Reload</A>
function reloadFrames(url1,url2) {
top.frames.Menu.location.href=url1;
top.frames.Info.location.href=url2;
}