Popup window that all browsers love

(mac usually have a 6 pixel gap, this script fixed that):

in the head:

<script language="JavaScript" type="text/javascript">
<!--
function openBase(URL)
{
aWindow=window.open(URL,"TheBase","width=650,height=261,status=yes,scrollbars=no,resize=no,menubar=no");
}
//-->
</script>

onload:

onLoad="openBase('homepage.asp','TheBase','width=760,height=540,status=yes,scrollbars=no,resize=no,menubar=no');"

link:

href="javascript:openBase('../site/home/index.html');"