/* MUDA TAMANHO FONTE TEXTO */
tam = 12;
function mudaFonte(tipo,elemento){
	if (tipo=="mais") {
		if(tam<16) tam+=1;
	} else {
		if(tam>10) tam-=1;
	}
	document.getElementById('fonte').style.fontSize = tam+'px';
}

// JUMP MENU
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



function exit_busca(elemento, valor) {
	if (elemento.value == '') {
		elemento.value = valor;
	}
}
function limpa_busca(elemento, valor) {
	if (elemento.value = valor) {
		elemento.value = '';
	}
}

function PrintElementID(id, pg) {
    var oPrint, oJan;
    oPrint     = window.document.getElementById(id).innerHTML;
    oJan     = window.open(pg);
    oJan.document.write(oPrint);
    oJan.history.go();
    oJan.window.print();
}

function popup(url,wi,he) {
window.open(url,'','width='+wi+',height='+he+',top=19,left=19,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}



/* CHAT */
function chat() {
	window.open('http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee=21f4dfd9f826c198@apps.messenger.live.com&mkt=pt-br&useTheme=true&themeName=blue&foreColor=333333&backColor=E8F1F8&linkColor=333333&borderColor=AFD3EB&buttonForeColor=333333&buttonBackColor=EEF7FE&buttonBorderColor=AFD3EB&buttonDisabledColor=EEF7FE&headerForeColor=0066A7&headerBackColor=8EBBD8&menuForeColor=333333&menuBackColor=FFFFFF&chatForeColor=333333&chatBackColor=FFFFFF&chatDisabledColor=F6F6F6&chatErrorColor=760502&chatLabelColor=6E6C6C','','width=500,height=400,top=19,left=19,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}
