// JavaScript Document
function fieldEmail(strValue) {
	if (strValue == "E-mail") { document.getElementById('email').value = ''; }
	if (strValue == "Senha") { document.getElementById('senha2').value = ''; }
}

function fieldAssinante(strValue) {
	if (strValue == "Usuario") { document.getElementById('usuario').value = ''; }
	if (strValue == "Senha") { document.getElementById('senha').value = ''; }
}