function showError(a){document.getElementById(a).style.color="#FF0000"}function showValid(a){document.getElementById(a).style.color="#003300"}function displayBlock(a){document.getElementById(a).style.display="block"}function displayInline(a){document.getElementById(a).style.display="inline"}function displayNone(a){document.getElementById(a).style.display="none"};