Hi,
Try this:
<A HREF="javascript:void(0)"
ONCLICK="open('sample.htm','miniwin','toolbar=1,location=1,directories=1,status=1,menubar=1, scrollbars=1,resizable=1,width=300,height=300')">Open a Window</A>
Change any vaule of 1 to 0 for it not appear
Change sample.htm to the file name
Change miniwin to the name of the window you want
Do you need any more help?
James