function newWindow(url) {childWin = window.open(url, 'newWin','toolbar=yes,location=no,scrollbars=yes,width=500,height=500');}
