function dokumentua_ireki(url)
	{
		var katea;
		var orria;
		katea="<html> <head> <title>B.H.I. Orixe I.E.S.</title></head>";
		katea+="<frameset rows='65,*'><frame name='Goikoa' src='goiburua2.cfm'  MARGINHEIGHT='0' scrolling=no MARGINwidth='0' noresize>";
		katea+="<frame name='Behekoa' src='"+url+"' noresize> </frameset>"; 
		katea+="</html>";
		orria=window.open("");
		orria.document.write(katea);
	}



