// <!----------------- JAVA SCRIPT FOR SEARCH BOX ---------------------->function clearTextUser(t) {    if (t.value == "E-mail Address") t.value = ''    t.style.color = 'black'    t.onfocus = null}function clearTextPassword(t) {    if (t.value == "Password") t.value = ''    t.style.color = 'black'    t.onfocus = null}