function showFrame(id) {
	$(".rightContainer").hide();
	$("#" + id).fadeIn();
}

