theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
//
function compare()
{
   if (document.fampw.fampw.value != "Education")
   {
	alert("Please enter the correct password.")  
   }
   else {
       document.cookie = "family";
	   window.location = "http://www.westmontmontessori.org/enrolled.htm";
   }
}