function updateMessages(){
	$("#messages").load("_ajax.php");
}

function showManual(type){
	if(type == 'db') {
		$("#manual").load("manual.class.database.php");
	}
	
	if(type == 'ua') {
		$("#manual").load("manual.user.php");
	}
	
	if(type == 'gb') {
		$("#manual").load("manual.guestbook.php");
	}
	
	if(type == 'salt') {
		$("#salt").load("_ajax.php");
	}
}