function loadPage(page_id) {
	url = "/?ctool_page_id=" + page_id;
	document.location.href = url;
}
