instert into header:
Code:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
in body:
Code:
<body onLoad="MM_openBrWindow('http://www.YOURURLHERE.com,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes')">
rest of body here
</body>