function initAllForms() {
	//document.getElementById("linkPrintableVersion").className 	='hideOption';			
	document.getElementById("formEmailThisPage").className 		='hideOption';
	document.getElementById("formLetterToTheEditor").className 	='hideOption';
}

//function openFormPrint() { initAllForms(); 	document.getElementById("linkPrintableVersion").className='showOption'; }
function openFormEmail() { initAllForms(); 	document.getElementById("formEmailThisPage").className='showOption'; }
function openFormLTE() 	 { initAllForms();	document.getElementById("formLetterToTheEditor").className='showOption'; }		

