<!-- Screen Res Detect and optional Divert to instruction...M.Baxter-->

<!--
function Info()
{if (confirm("Your screen Resolution is currently set to "+screen.width+"x"+screen.height+"."+" To view this and most other sites correctly, your Resolution should be set to 800x600. To find out how to adjust your settings click OK, to continue regardless, click CANCEL"))
window.open("set_res.htm","","width=350,height=300,scrollbars=yes")}

if(screen.width<800)
  Info()
//-->
