<HTML>
<HEAD>
<Title>Sample Program Four</title> 
</HEAD>

<BODY TEXT="#000000" link="000000" VLINK="#000000" BACKGROUND="background.jpg">
<FONT FACE="ARIAL">

<CENTER><TABLE WIDTH="79%">
	<TR>
		<TD>
			<CENTER><H2><FONT FACE="Arial"><FONT COLOR="#000000"><FONT SIZE=+4>
				Welcome to the System!</FONT></FONT></FONT></H2></CENTER>
		</TD>
	</TR>
</TABLE></CENTER>

<h3><FONT FACE="ARIAL"><CENTER>
		I will open a new window with information about the window.open command.  Look at the parameters to generate this new window.


<SCRIPT>
	window.blur()
	myWindow = window.open ("http://www.umsl.edu/~sauter/DSS/javasamples/fivea.html","UMSL"," location=no,toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,focus=yes,height=600,width=750")
</SCRIPT>



<P><HR><P></center>

<h5><dd><script>
	//Always begin your Javascript component with the key word script
	//Always document your programs!
	//
	//  This part of the program prints out the location where the page is actually put.
	//

		where = document.location
		document.write('<i>URL:</i>' + where)

	// Always end your Javascript component with the key word /script.
</script>

<dd>Page Owner:  <a href="http://www.umsl.edu/~sauter/">Professor Sauter</a> (<a 		href="mailto:Vicki_Sauter@umsl.edu">Vicki.Sauter@umsl.edu</a>)<br>

<dd><SCRIPT LANGUAGE = "JavaScript">
	when = document.lastModified
	document.write("Last Modified: " + when)
</script></dl>

</body>
</html>