<!-- 
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_box()
{
if (document.search.q.value == "SEARCH")
document.search.q.value = "";
}


function fill_box()
{
if (document.search.q.value == "")
document.search.q.value = "SEARCH";
}

-->

