function prestit() {
	document.getElementById('prest').className = "prestshow";
	setTimeout('closeprestit();', 5000);
}

function closeprestit() {
	document.getElementById('prest').className = "presthide";
	
}
