function procesarOnLoad()
{
	
		loadFirstLayer();
	
}

function openvideo()
{
	OpenWindow=window.open("", "newwin", "height=270,width=340,toolbar=no,scrollbars="+scroll+",menubar=no");
	OpenWindow.document.write("<HTML>")
	OpenWindow.document.write("<TITLE>Blue Valley School Video Tour</TITLE>")
	OpenWindow.document.write("<BODY BGCOLOR=\"000000\">")
	OpenWindow.document.write("<center><EMBED SRC=\"/files/videos/video.mpg\" WIDTH=\"322\" HEIGHT=\"260\" Align=\"middle\" AUTOSTART=true></EMBED></center>")
	OpenWindow.document.write("</body></HTML>")
	OpenWindow.document.close()
	self.name="main"
}


