﻿//<script type="text/javascript" language="JavaScript">
//http://www.codeave.com/javascript/code.asp?u_log=7065
//<!--
  // function to allow the changing of the window size by link
  // to the maximum local screen width and height
  function resize_2_local_settings()
  {
    window.resizeTo(screen.width, screen.height)
  }
//-->
//</script>
