window.onload = function() {
	init();  // Initialize accordion menus
	setContent();
	setWrap();  // Set the height of the wrap div
}


