// use this if multiple functions need to be loaded and run onload

window.onload = initialize;

function initialize()
	{
	writeNav();
	P7_ExpMenu();
	}
