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

