// JavaScript Document


function password(field)
{
var thepassword=field.value.toLowerCase();
window.location.href=field.value + '.html';
}


