function vai(lin){
	window.location.href = lin;
};

function mostra(id){
	document.getElementById(id).style.display='block';
};

function closeBanner(){
	document.getElementById('bbanner').style.display='none';
};

function esconde(id){
	document.getElementById(id).style.display='none';
};

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
};

function apagar(tb, idr){
	var r = confirm("Deseja mesmo apagar este link?");
	
  	if (r==true){
		window.location.href = '_deletar.php?tab='+tb+'&id='+idr;
	}
}

function correios(codigo) { //v2.0
	window.open("http://websro.correios.com.br/sro_bin/txect01$.Inexistente?P_LINGUA=001&P_TIPO=002&P_COD_LIS="+codigo,'locCorreios','');
};
