function startmenu(){
	af.style.display = "none";
	autoLoad: santa_teresinha.php;
	window.location="santa_teresinha.php";
	window.open("santa_teresinha.php","","");
}

function abrefecha(){
	if(af.style.display == "none"){
		af.style.display = "block";
	}else{
		startmenu();
	}
}

function startmenu1(){
	af1.style.display = "none";
	autoLoad: agenda1.php;
	window.location="agenda1.php";
	window.open("agenda1.php","","");
}

function abrefecha1(){
	if(af1.style.display == "none"){
		af1.style.display = "block";
	}else{
		startmenu1();
	}
}

