This is a test
page for opening new windows using JavaScript.
Open new brower window
1024x768
<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=1024,height=768');}
</SCRIPT>