<!-- 
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.getElementById('email').value == "Enter Your Email Address")
document.getElementById('email').value = "";
}


function fill_box()
{
if (document.getElementById('email').value == "")
document.getElementById('email').value = "Enter Your Email Address";
}

-->

//<input type="password" name="password" size=16 maxlength=8 class="hb2" id="password" onfocus="document.getElementById('Login').password.style.backgroundImage = 'none';" onBlur="document.getElementById('Login').password.style.backgroundImage = 'url(/templates/allsouth/images/pass.gif)';">	