function carregaPagina(){
	if (document.getElementById('codtpcat')!=null) document.getElementById("codtpcat").value="";
	if (document.getElementById('codtpvei')!=null) document.getElementById("codtpvei").value="";

	if (document.getElementById('tippes')!=null) document.getElementById("tippes").value="J";
	if (document.getElementById('logcnpj')!=null)   alterna_tipo('J','lbcpf','lbcnpj','logcpf','logcnpj','descsenha');

	if (document.getElementById('tippesol')!=null) document.getElementById("tippesol").value="J";
	if (document.getElementById('numcnpjsol')!=null)   alterna_tipo('J','solcpf','solcnpj','numcpfsol','numcnpjsol','');

	if (document.getElementById('tippescad')!=null) document.getElementById("tippescad").value="J";
	if (document.getElementById('numcnpjcad')!=null)   alterna_tipo('J','cadcpf','cadcnpj','numcpfcad','numcnpjcad','');
	
}	
	
