window.onload = function () {
	$('content').style.height = '700px';
	new Effect.Appear('top', { duration: 1.0, from: 0.0, to: 1.0, delay: 1.0 });
	new Effect.Appear('indexMenu', { duration: 1.0, from: 0.0, to: 1.0, delay: 3.0 });
}
