i normally use a Js to do this, but how to i set a window size when using JS
for the link bar

JavaScript on site

var menu1=new Array()
menu1[0]='<a href="news.htm" STYLE="text-decoration:none"
target="_blank">Our NEWS</a>'
menu1[1]='<a href="http://cnn.com" STYLE="text-decoration:none"
target="_blank">CNN</a>'
menu1[2]='<a href="http://msnbc.com" STYLE="text-decoration:none"
target="_blank">MSNBC</a>'
menu1[3]='<a href="http://news.bbc.co.uk" STYLE="text-decoration:none"
target="_blank">BBC News</a>'

i would like to set the size of window that opens, instead of it being full
screen, and blocking everything out

web site [url]www.jsimsc.com[/url]