function updatePage(button) {
	var url = button+".html";
	//
	new Ajax.Updater('mainContent', url, { method: 'get' });
};