function openURL(xxURL) { newwindow = window.open(xxURL,"mynewwindow", "location=0,status=0,toolbar=0,menubar=0,resizable=0,width=620,height=600,scrollbars=1" ); newwindow.moveTo(0,0); }