
function showElm (elm) {
	var fader = new fx.Opacity(elm, {duration: 3000, useCssHide: true});
	fader.doIn();
}
