Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\bonsaiclubedoporto.com\httpdocs\bcporto\templates\modernview\js\gzipcache.php:1) in C:\Inetpub\vhosts\bonsaiclubedoporto.com\httpdocs\bcporto\templates\modernview\js\gzipcache.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\bonsaiclubedoporto.com\httpdocs\bcporto\templates\modernview\js\gzipcache.php:1) in C:\Inetpub\vhosts\bonsaiclubedoporto.com\httpdocs\bcporto\templates\modernview\js\gzipcache.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\bonsaiclubedoporto.com\httpdocs\bcporto\templates\modernview\js\gzipcache.php:1) in C:\Inetpub\vhosts\bonsaiclubedoporto.com\httpdocs\bcporto\templates\modernview\js\gzipcache.php on line 39
window.addEvent('domready', function() {
var list = $$('#left_col ul.menu li a');
list.each(function(element) {
var fx = new Fx.Styles(element, {duration:300, wait:false});
element.addEvent('mouseenter', function(){
fx.start({
'margin-left': 10,
'margin-right' : 10,
'color': '#ffffff'
});
});
element.addEvent('mouseleave', function(){
fx.start({
'margin-left': 0,
'margin-right' : 0,
'color': '#7e7e7e'
});
});
});
var list = $$('#mainlevel-nav li a');
list.each(function(element) {
var fx = new Fx.Styles(element, {duration:400, wait:false});
element.addEvent('mouseenter', function(){
fx.start({
'color': '#b10000'
});
});
element.addEvent('mouseleave', function(){
fx.start({
'color': '#6c6c6c'
});
});
});
});window.addEvent('domready', function() {
var accordion = new Accordion('h2.atStart', 'div.atStart', {
opacity: false,
onActive: function(toggler, element){
toggler.setStyle('color', '#ff3300');
},
onBackground: function(toggler, element){
toggler.setStyle('color', '#222');
}
}, $('accordion'));
});