this page isnt the first page your viewers see is it?
if not then this method in javascript is an option
<script language="Javascript">
<!--
function openMaxWindow(url,w,h) {
var windowHandle = '';
windowHandle = window.open(url,'popup','width=' + w + ', height=' + h);
}
//-->
</script>
and then call the function when u link to this page.
<a href="URL" onmouseup="this.href='javascript
:openMaxWindow(\UR L\',WIDTH,HEIGHT)'">LINKNAME</a>
sorry this is so messy.
for a better, more complete list of what you can customize using javascript links:
http://www.mcli.dist.maricopa.edu/tut/tut27c.html
someone else may have a better, neater solution. hope this helps