//sunschooljav.js
	var descrip = [" Click on a class to get a description. ", "Description 3 years old - Kindergargen", "Description 1st grade - 5th grade",  "Description 6th grade - 8th grade",  "Description 9th grade - College",  "Description Bob's Black Sheep",  "Description The Rest of Us",  "Description Win-One", "Description Wired Word'];
	
	function getdescription(num)
	{
		document.getElementById("field1").value = descrip[num];
	}
