function menu(id)
{
	new Ajax.Updater('left', '/page.php?partial=left', {method: 'get'});
	new Ajax.Updater('content', '/page.php?partial=content', {method: 'get'});
	return(false);
}


