// JavaScript Document
function enc(valor){
	if (window.document.getElementById('pass').value != ''){
		window.document.getElementById('pass').value = hex_md5(valor);
	}
}
