window.onload = function() {
	myHeight = new fx.Height('navko', {duration: 400});
	myHeight.hide();
}