// JavaScript Document
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=400,height=250,scrollbars=no');
}

function mostraInformativo(){
window.open('/emails/release.asp','Informativo','resizable=yes,width=620,height=700,scrollbars=yes');
}

function multimidia(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function mandaFotoTexto(url){
window.open(url,'mandaFotoTexto','width=800,height=680,scrollbars=no,resize=yes');
}
function mandaFoto(url){
window.open(url,'mandaFoto','width=940,height=750,scrollbars=no,resize=yes');
}

function mandaFotoSite(url){
window.open(url,'mandaFotoSite','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');
}

//-->
