Hey Debra,
I use a little function that is a javascript and opens up a new window – then you point the target of the link to that new window. – here’s the script
<script language="JavaScript" type="text/JavaScript">
</script>
Then on your link you need to add
onclick="nWindow(400,400);" target="NW"
400,400 should be the width,height that you want – and make sure you change your target from _blank or whatever you have it now to NW.
Abraham