I am still lost on how to do this. So below is my code(well slightly altered) and if any one can tell me where to put the title that would be great. Thanks for all the help so far.
Code:
<script>
function clickme() {
NewWin=window.open('http://blabla.com','clickme','toolbar=no,scrollBars=auto,resizable=no,status
=no,width=500,height=500'); }
</script>
<A href="javascript:clickme()" onmouseover="window.status ='' ;return true"
style="text-decoration:none">Click Me</A>