
/* setup for moo.fx */

function init(){
	myFadeSize = new fx.FadeSize('dropcontainer', {duration: 400});
	myFadeSize.hide('height');
}

