function janelaEvento(URL){
    window.open(URL,"janela_evento","width=450,height=420,resizable=NO,scrollbars=NO,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}

function janelaEmail(URL){
    window.open(URL,"janela_email","width=450,height=280,resizable=YES,scrollbars=NO,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}

function janelaCada(URL){
    window.open(URL,"janela_cadastro","width=450,height=350,resizable=YES,scrollbars=NO,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}

function janelaDiv(URL){
    window.open(URL,"janela_diversao","width=550,height=450,resizable=YES,scrollbars=YES,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}

function janelaAmpli(URL){
window.open(URL,"janela_ampliar","width=300,height=400,resizable=YES,scrollbars=NO,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}

function janelaDistr(URL){
window.open(URL,"janela_Distribuidores","width=400,height=500,resizable=YES,scrollbars=NO,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}

function janelaPOP(URL,width,height){
window.open(URL,"janela_ampliar","width="+width+",height="+height+",resizable=YES,scrollbars=YES,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}

function janelaAmpli2(URL){
window.open(URL,"janela_ampliar2","width=500,height=320,resizable=YES,scrollbars=NO,location=NO,tollbar=NO,titlebar=NO,status=NO,menubar=NO");
}
function janelaGer_img(URL)
{
window.open(URL,"janela_ger_img","width=900,height=500,resizable=NO,scrollbars=YES,location=NO,tollbar=NO,title=NO,status=NO,menubar=NO");
}

//EFEITO NO DIV -- EXIBIR NOTICIAS
function MM_effectAppearFade(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}

