you could always set the link to the page you want to make big to...
<script language="JavaScript">
function
new_window(url){link=window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=700,height=500,left=20,top=20");
}
</script>
<A href="javascript:new_window('index.php')">Notre Dame Language College</a>
I know this isnt PHP -but it isnt something that PHP is able to do. this example is using javascript. remember to set the window sizes to those required for your needs, ive set mine for a popup window of your average school screen (well on the college's network neway)
joey
x