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