function openWin(URL) { aWindow=window.open(URL,"newWindow","location=no,toolbar=yes,width=600,height=525,status=yes,resizable=yes,scrollbars=yes,menubar=no"); }