window.name = 'PreviewWindow'; function newWindow(){ seURL = 'http://search.macquarie.com.au/cgi-bin/query?mss=search&i=Macquarie&kl=&q='+ document.forms['AVsearchForm'].elements['q'].value; seWindow = window.open(seURL,'AVSE','resizable=yes,toolbar=no,location=no,scrollbars=yes,width=500,height=300'); return false; }