
function load_menu() {
	send('div_menu.php', 'menu');
	return true;
}

event2obj(window,'load',load_menu);