function showAlert(alertMsg){
	if(alertMsg.length!=0){
		document.getElementById("alertMsg").innerHTML=alertMsg + "<br style='clear: both;'>";
	}
}