Pop-up browser (sized) windows?

[size=1][font=Arial]Is any way so I can make specific window size only in urls includes in scrolling text [/font]
[font=Arial]while all others (from menu, etc) stay in “normal” way? [/font]
[font=Arial]For my scroll text I tried to use generic code from macromedia:[/font]
[font=Arial] [/font]

[font=‘Courier New’][size=2]1.[/size] [/font][size=2]javascript:openNewWindow(‘http://www.macromedia.com’,‘thewin’,[/size][font=‘Courier New’][size=2]2.[/size] [/font][size=2] ‘height=400,width=400,toolbar=no,scrollbars=yes’)[/size][font=Arial] [/font]

[font=Arial] [/font]

[font=‘Courier New’][size=2]1.[/size] [/font][size=2]<script language=“JavaScript”> [/size][font=‘Courier New’][size=2]2.[/size] [/font][size=2]function openNewWindow(URLtoOpen, windowName, windowFeatures) {[/size][font=‘Courier New’][size=2]3.[/size] [/font][size=2]newWindow=window.open(URLtoOpen, windowName, windowFeatures); }[/size][font=‘Courier New’][size=2]4.[/size] [/font][size=2]</script>[/size][font=Arial] [/font]

[font=Arial]But then it works on all links or buttons on the site what makes a big mess, [/font]
[font=Arial]popping unnecessary windows, etc.[/font]
[font=Arial]Thanks for any help.:blush: [/font]

[/size]