This is a test
page for opening new windows using JavaScript.
Open new brower window
640x480
<SCRIPT> // Define new window to open
function open_window(url) {mywin=window.open(url,"win",'toolbar=1,location=1,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=640,height=480');}
</SCRIPT>