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