
function helpMain(){
	newContext('Help');
	$.get("help.php", {} , function(data){
		$("#Help").append(data);
	});
}
