function initialize()
{
	addMenuEvent();
	pageLoad();
}

onload = initialize;