<a href="#" onClick="window.open('help.php','newWindow','left=100,top=100,height=600,width=600,toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,status=no,resizable=yes')">Help</a>
This would open page help.php in a new window 100 pixels from left margine of the screen and 100 pixels from the top of the screen and it will have 600 pixels in height and in width and all of the additions to the window would be stripped except you will have abillity to resize it...
To add the parameter you need just in the first argument where you call out the page you add it in the link like help.php?id=1...