Insert this
<script type="text/javascript">
window.onload = function () {
window.moveTo(0, 0);
window.resizeTo(screen.availWidth, screen.availHeight);
}
</script>
before the tag.
Either ship the CD with one of the browsers in which it works or wait for a cross-browser version.
Note: this code assumes that there are no existing onload= functions in the page(s) to be displayed. If there are, it gets a bit more complicated.