function WriteFooter()
{
	document.write("<hr style='width:75%;height:2px;color:navy;'>");
	document.write("<p class='footer'>");
	  document.write("Contact the <a href='mailto:%64%6E%61%72%73%61%76%61%67%65%40%61%64%61%77%65%62%2E%6E%65%74'>SWIG webmaster</a>");
	document.write("</p>");
}

function showMtgDiv(divName)
{
	document.getElementById("committee").style.display = "none";
	document.getElementById("conferences").style.display = "none";
	document.getElementById(divName).style.display = "block";
}