function loadContent(id) {
	new Ajax.Updater('loadArea', 'switch.php', {method: 'post', postBody:'content='+ id +''});
}