function ShowPage(a) {
	var file = 'site/includes/page.php?section=' + a;
	$('#content_true').load(file);
}
