window.onload = function() {myOpacity = new fx.Opacity('container', {duration: 2000}); myOpacity.toggle();}

ciao