// JavaScript Document
function showEvent(strEvent) {
	var obj = document.getElementById('divEvent');
	obj.innerHTML = strEvent;
}