// close the div in 5 secs

function closeHelpDiv(el){
	document.getElementById(el).style.display=" none";
}
