function closewarnings(){
	document.getElementById('system_warnings').style.visibility = "hidden";
	document.getElementById('system_warnings').style.display = "none";
}
