With the help of a co-worker, to get this to work, I put the following code in the SmartViewerActiveX.asp file after <BODY BGCOLOR=C6C6C6 ONUNLOAD="CallDestroy();">
<script language="javascript">
window.resizeTo(window.screen.availWidth, window.screen.availHeight);
window.moveTo(0,0);
</script>