
function enviar(){
	yahoo = window.open("yahoogroups_join.htm", "info", "toolbar=0, width=300,height=300");
	document.form.submit();
}

function periodo(per_numero){
	document.write("<div align='center'>Semestres passados:");
	if(per_numero==1){document.write("P1 [ <a href='../2001_02/periodo_1.htm'>2001/02</a> ] [ <a href='../2002_01/periodo_1.htm'>2002/01</a> ] [ <a href='../2002_02/periodo_1.htm'>2002/02</a> ] [ <a href='../2003_01/periodo_1.htm'>2003/01</a> ]<br>Semestre Atual: [ <a href='../2003_02/periodo_1.htm'>2003/02</a> ] <br>");}else
	if(per_numero==2){document.write("P2 [ <a href='../2001_02/periodo_2.htm'>2001/02</a> ] [ <a href='../2002_01/periodo_2.htm'>2002/01</a> ] [ <a href='../2002_02/periodo_2.htm'>2002/02</a> ] [ <a href='../2003_01/periodo_2.htm'>2003/01</a> ]<br>Semestre Atual:  [ <a href='../2003_02/periodo_2.htm'>2003/02</a> ] <br>");}else
	if(per_numero==3){document.write("P3 [ <a href='../2001_02/periodo_3.htm'>2001/02</a> ] [ <a href='../2002_01/periodo_3.htm'>2002/01</a> ] [ <a href='../2003_01/periodo_3.htm'>2003/01</a> ]<br>Semestre Atual:  [ <a href='../2003_02/periodo_3.htm'>2003/02</a> ]<br>");}else
	if(per_numero==4){document.write("P4 [ <a href='../2002_01/periodo_4.htm'>2002/01</a> ] [ <a href='../2002_02/periodo_4.htm'>2002/02</a> ] [ <a href='../2003_01/periodo_4.htm'>2003/01</a> ]<br>Semestre Atual:  [ <a href='../2003_02/periodo_4.htm'>2003/02</a> ]<br>");}else
	if(per_numero==5){document.write("P5 [ <a href='../2002_01/periodo_5.htm'>2002/01</a> ] [ <a href='../2002_02/periodo_5.htm'>2002/02</a> ] [ <a href='../2003_01/periodo_5.htm'>2003/01</a> ]<br>Semestre Atual:  [ <a href='../2003_02/periodo_5.htm'>2003/02</a> ]<br>");}else
	if(per_numero==6){document.write("P6 [ <a href='../2002_01/periodo_6.htm'>2002/01</a> ] [ <a href='../2002_02/periodo_6.htm'>2002/02</a> ] [ <a href='../2003_01/periodo_6.htm'>2003/01</a> ]<br>Semestre Atual:  [ <a href='../2003_02/periodo_6.htm'>2003/02</a> ]<br>");}
	if(per_numero==7){document.write("P7 [ <a href='../2002_02/periodo_7.htm'>2002/02</a> ] [ <a href='../2003_01/periodo_7.htm'>2003/01</a> ]<br>Semestre Atual:  [ <a href='../2003_02/periodo_7.htm'>2003/02</a> ]<br>");}
	document.write("</div>");
}

function initArray(){  
	this.length = initArray.arguments.length      
	for (var i = 0; i < this.length; i++)      
		this[i+1] = initArray.arguments[i]   
}   

function EscreveData(){
	var DOWArray = new initArray("Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado");   
	var MOYArray = new initArray("Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro");   
	var LastModDate = new Date(document.lastModified);   
	document.write("Última atualização em ");   
//	document.write(DOWArray[(LastModDate.getDay()+1)],", "); 
	document.write(LastModDate.getDate()," de ");
	document.write(MOYArray[(LastModDate.getMonth()+1)]," de ");   
	document.write(LastModDate.getYear());  
	document.write(".");
}
