function loadContent(id) {
			$("#mainContent").load("ordering.php?c="+id+"");
		}
