window.onload=init;

function init() {
	self.setTimeout('fadeInImage()', 500);
	self.setTimeout('fadeInMenu()', 3000);
}
