<!-- 
function clear_box()
{
if (document.Login.userNumber.value == "Member ID")
document.Login.userNumber.value = "";
}


function fill_box()
{
if (document.Login.userNumber.value == "")
document.Login.userNumber.value = "Member ID";
}



function clear_box1()
{
	document.Login.password.style.backgroundImage = 'none';
}
function fill_box1()
{
if (document.Login.password.style.backgroundImage = 'none')
document.Login.password.style.backgroundImage = 'url(https://www.allsouth.org/templates/allsouth/images/pass.gif)';
}



function clear_box2()
{
if (document.search.q.value == "Search our Site")
document.search.q.value = "";
}


function fill_box2()
{
if (document.search.q.value == "")
document.search.q.value = "Search our Site";
}


-->
