
function loadContent(id) {

    $("#contentArea").load("inc/rpc.php?o="+id+"");
	

}

