function showcontent(el) {
	$("#core-content").html($(el).html());
	$("#core-content > bkg").css('background','url(../images/new/'+el+'-bkg.png) no-repeat left top');
}

