<!-- Header script>
// This script sets up the main table
// then writes the banner and the rollovers

//This set's up the image map for the banner
document.writeln("<IMG SRC="+level_text+"\"images/wp_Banner.jpg\" ");
document.writeln("ALT=\"Workshop Physics - Banner\" ");
document.writeln("WIDTH=750 HEIGHT=72 BORDER=0 VALIGN=Top>");

// Begin main table -- One row, two columns (buttons, content)
document.writeln("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=\"650\" VALIGN=Top>");

// This row puts a little space between banner and content (and buttons)
	document.writeln("<TR>");
		document.writeln("<TD HEIGHT=\"20\"> ");
		document.writeln("</TD>");
	document.writeln("</TR>");

// First column is for the buttons
		document.writeln("<TD Valign=Top HALIGN=RIGHT WIDTH=\"140\">");

// The following script writes the rollover buttons
document.writeln("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=5>");

	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_homepage.html\" ");
			document.writeln("onmouseover=\"butOn(1); return true\" ");
			document.writeln("onmouseout=\"butOff(1)\">");
			document.writeln("<IMG SRC=\"images/menu/but1.jpg\" ALT=\"Homepage\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\" BORDER=\"0\" ");
			document.writeln("NAME=\"but1\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");

	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_overview.html\" ");
			document.writeln("onmouseover=\"butOn(2); return true\" ");
			document.writeln("onmouseout=\"butOff(2)\">");
			document.writeln("<IMG SRC=\"images/menu/but2.jpg\" ALT=\"Overview\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\" BORDER=\"0\" ");
			document.writeln("NAME=\"but2\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");


	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_personnel.html\" ");
			document.writeln("onmouseover=\"butOn(3); return true\" ");
			document.writeln("onmouseout=\"butOff(3)\">");
			document.writeln("<IMG SRC=\"images/menu/but3.jpg\" ALT=\"Personnel\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\" BORDER=\"0\" ");
			document.writeln("NAME=\"but3\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");

	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_resources.html\" ");
			document.writeln("onmouseover=\"butOn(4); return true\" ");
			document.writeln("onmouseout=\"butOff(4)\">");
			document.writeln("<IMG SRC=\"images/menu/but4.jpg\" ALT=\"Resources\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\" BORDER=\"0\" ");
			document.writeln("NAME=\"but4\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");

	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_lab&equip.html\" ");
			document.writeln("onmouseover=\"butOn(5); return true\" ");
			document.writeln("onmouseout=\"butOff(5)\">");
			document.writeln("<IMG SRC=\"images/menu/but5.jpg\" ALT=\"Lab & Equipment\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\" BORDER=\"0\" ");
			document.writeln("NAME=\"but5\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");

	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_activities.html\" ");
			document.writeln("onmouseover=\"butOn(6); return true\" ");
			document.writeln("onmouseout=\"butOff(6)\">");
			document.writeln("<IMG SRC=\"images/menu/but6.jpg\" ALT=\"Sample Activities\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\" BORDER=\"0\" ");
			document.writeln("NAME=\"but6\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");

	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_outcomes.html\" ");
			document.writeln("onmouseover=\"butOn(7); return true\" ");
			document.writeln("onmouseout=\"butOff(7)\">");
			document.writeln("<IMG SRC=\"images/menu/but7.jpg\" ALT=\"Outcomes\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\" BORDER=\"0\" ");
			document.writeln("NAME=\"but7\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");

	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_songs.html\" ");
			document.writeln("onmouseover=\"butOn(8); return true\" ");
			document.writeln("onmouseout=\"butOff(8)\">");
			document.writeln("<IMG SRC=\"images/menu/but8.jpg\" ALT=\"Physics Pholk Songs\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\"  BORDER=\"0\" ");
			document.writeln("NAME=\"but8\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");
	
	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_FAQ.html\" ");
			document.writeln("onmouseover=\"butOn(9); return true\" ");
			document.writeln("onmouseout=\"butOff(9)\">");
			document.writeln("<IMG SRC=\"images/menu/but9.jpg\" ALT=\"Frequently Asked Questions\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\"  BORDER=\"0\" ");
			document.writeln("NAME=\"but9\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");
	
	document.writeln("<TR>");
		document.writeln("<TD VALIGN=\"TOP\">");
			document.writeln("<A HREF=\"wp_links.html\" ");
			document.writeln("onmouseover=\"butOn(10); return true\" ");
			document.writeln("onmouseout=\"butOff(10)\">");
			document.writeln("<IMG SRC=\"images/menu/but10.jpg\" ALT=\"Links\" ");
			document.writeln("WIDTH=\"100\" HEIGHT=\"29\"  BORDER=\"0\" ");
			document.writeln("NAME=\"but10\"></A></TD>");
		document.writeln("</TD>");
	document.writeln("</TR>");

document.writeln("</TABLE>" );

// end of rollover button script

		document.writeln("</TD>");
		document.writeln("<TD VALIGN=TOP HALIGN=LEFT>");

// end of script -->




