// Limpa os edits de login no SGP


function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}

