	window.onload = function() {
		document.getElementById('update').style.height = '0px';
		ul = new fx.Height('update', {duration: 400});
		}
