function showexpo () {
if (document.getElementById)
document.getElementById("Information").style.display = "inline";
document.iform.ev_expo_description.focus();
}