185
| <![CDATA[<script>
window.addEvent('domready', function(){ new frControls({max_fs:200,
min_fs:50,
fs_default:100,
contrast_enabled:'2',
skin_contrast:'blackyellow',
decrease_akey:'D',
increase_akey:'A',
contrast_akey:'X',
reset_akey:'Z'});
});
(function()
{
if(typeof jQuery == 'undefined')
return;
jQuery(function($)
{
if($.fn.squeezeBox)
{
$( 'a.modal' ).squeezeBox({ parse: 'rel' });
$( 'img.modal' ).each( function( i, el )
{
$(el).squeezeBox({
handler: 'image',
url: $( el ).attr( 'src' )
});
})
}
else if(typeof(SqueezeBox) !== 'undefined')
{
$( 'img.modal' ).each( function( i, el )
{
SqueezeBox.assign( el,
{
handler: 'image',
url: $( el ).attr( 'src' )
});
});
}
function jModalClose()
{
if(typeof(SqueezeBox) == 'object')
SqueezeBox.close();
else
ARK.squeezeBox.close();
}
});
})();
if(typeof acymailing == 'undefined'){
var acymailing = Array();
}
acymailing['NAMECAPTION'] = 'Nome';
acymailing['NAME_MISSING'] = 'Informe seu nome.';
acymailing['EMAILCAPTION'] = 'Seu e-mail';
acymailing['VALID_EMAIL'] = 'Informe um endereço de email válido.';
acymailing['ACCEPT_TERMS'] = 'Verifique os Termos e Condições de Uso';
acymailing['CAPTCHA_MISSING'] = 'Digite a chave de segurança que aparece na imagem';
acymailing['NO_LIST_SELECTED'] = 'Escolha as listas nas quais você deseja se cadastrar.';
jQuery(document).ready(function(){new Maximenuck('#menu-principal', {fxtransition : 'easeOutQuad',dureeIn : 200,dureeOut : 500,menuID : 'menu-principal',testoverflow : '1',orientation : 'horizontal',behavior : 'mouseover',opentype : 'open',fxdirection : 'normal',directionoffset1 : '30',directionoffset2 : '30',showactivesubitems : '0',ismobile : 0,menuposition : '0',effecttype : 'dropdown',topfixedeffect : '1',topfixedoffset : '',clickclose : '0',closeclickoutside : '0',fxduration : 300});});
</script>]]>
|