/* Przykład 1 */

window.onload = function(){
	efekt = new Fx.Height('test',{duration: 500}); 
}

function uruchom(){
	efekt.toggle();
}