// JavaScript Document

function tamanhoGde(){
	if(document.getElementById('tamanho')){
			document.getElementById('tamanho').href="/include/css/fonte_gde.css";
	}
}

function tamanhoMed(){
	if(document.getElementById('tamanho')){
			document.getElementById('tamanho').href="/include/css/fonte_med.css";
	}
}

function tamanhoPeq(){
	if(document.getElementById('tamanho')){
			document.getElementById('tamanho').href="/include/css/fonte_peq.css";
	}
}