// Initialize the effects
var stretch;

window.onload = function() {
stretch = new fx.Combo('stretch', {height: true, opacity: false, duration: 300});

// Hide them to begin with
stretch.hide();
}
