window.defaultStatus = "Colégio Super Star"

function abre_album(sURL){
newwindow=open(sURL,"fotos","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=694,height=550, top=50, left=50");
}

function video(sURL){
newwindow=open(sURL,"video","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=216,height=300, top=100, left=150");
}

function abre_tempo(sURL){
newwindow=open(sURL,"tempo","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=780,height=480, top=50, left=50");
}

function abre_game(sURL){
newwindow=open(sURL,"games","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=512,height=332, top=50, left=50");

}

function validabusca() {
	with(document.busca) {	
	        if (texto.value == "") {
			alert("Favor preencher o campo para Busca!");
			texto.focus();
			return false; }
                        submit();
	}
}

function NovoRecado(){
window.open ("novorecado.asp", "NovoRecado", "width = 430, height = 225, top = 25, left = 25");

}

function recado(sURL){
newwindow=open(sURL,"recado","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=280,height=260, top=50, left=50");

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}