328
| <![CDATA[<script>
jQuery(function($) {
SqueezeBox.initialize({});
initSqueezeBox();
$(document).on('subform-row-add', initSqueezeBox);
function initSqueezeBox(event, container)
{
SqueezeBox.assign($(container || document).find('a.pg-modal-button').get(), {
parse: 'rel'
});
}
});
window.jModalClose = function () {
SqueezeBox.close();
};
// Add extra modal close functionality for tinyMCE-based editors
document.onreadystatechange = function () {
if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE)
{
if (typeof window.jModalClose_no_tinyMCE === 'undefined')
{
window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false;
jModalClose = function () {
if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments);
tinyMCE.activeEditor.windowManager.close();
};
}
if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined')
{
if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {};
window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false;
SqueezeBox.close = function () {
if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments);
tinyMCE.activeEditor.windowManager.close();
};
}
}
};
jQuery(window).load(function(){
jQuery('.pg-cv-box').equalHeights();
});
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-responsivo', {fxtransition : 'linear',dureeIn : 0,dureeOut : 0,menuID : 'menu-principal-responsivo',testoverflow : '0',orientation : 'horizontal',behavior : 'click',opentype : 'noeffect',fxdirection : 'normal',directionoffset1 : '30',directionoffset2 : '30',showactivesubitems : '0',ismobile : 0,menuposition : '0',effecttype : 'dropdown',topfixedeffect : '1',topfixedoffset : '',clickclose : '0',closeclickoutside : '0',fxduration : 0});});
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>]]>
|
442
| <![CDATA[<script type="text/javascript">
var SBpauseOnStart = "true";
Shadowbox.init({
overlayColor: '#000',overlayOpacity:0.5,resizeDuration:0.35,displayCounter:true,displayNav:true, slideshowDelay: 5,
continuous: true,
onFinish: function(){setTimeout('if(SBpauseOnStart == "true"){SBpauseOnStart = "done";Shadowbox.pause();}', 375)},
onClose: function(){SBpauseOnStart = "true";}
});
</script>]]>
|