function mudar(){
window.open('/contato/cadastro/mudar.asp','mudar','resizable=yes,width=350,height=250,scrollbars=no');
}

function excluir(){
window.open('/contato/cadastro/excluir.asp','sair','resizable=yes,width=350,height=250,scrollbars=no');
}


function popUpCadastra(){
	var emailcad;
	var tipocad;

	if (document.formCadastra.CADemail.value != null){
	   emailcad = document.formCadastra.CADemail.value;
	   tipocad = document.formCadastra.tipo.value;
	}   
  // alert(email)
	  if (emailcad!=0){ 
		window.open('<%=site%>/contato/cadastro/i_cadastro_principal.asp?acao=insere&MM_Insert=formCadastra&tipo='+tipocad+'&email='+emailcad+'','cadastro','resizable=yes,width=350,height=300,scrollbars=no');
		}
}



function multimidia(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function mandaFoto(url){
window.open(url,'mandaFoto','width=940,height=750,scrollbars=no,resize=yes');
}

function mandaFotoSite(url){
window.open(url,'mandaFoto','width=820,height=800,scrollbars=no,resize=yes');
}

function crop(url)
{
window.open(url,'crop','width=740,height=680,scrollbars=no');
}
function cadastre(url)
{
window.open(url,'cadastro','width=390,height=450,scrollbars=no');
}

function slideshow(url)
{
window.open(url,'fotos','width=617,height=357,scrollbars=yes resize=yes left=100, top=50');
}

function slide2(url)
{
window.open(url,'fotos','width=598,height=380,scrollbars=no left=100, top=50');
}
function slide(url)
{
window.open(url,'fotos','width=620,height=368,scrollbars=no left=150, top=20');
}
function congresso(url)
{
window.open(url,'congresso','width=650,height=460,scrollbars=no left=30, top=40');
}
function cad(url)
{
window.open(url,'cad','width=352,height=300,scrollbars=no left=100, top=80');
}

//-->