function transfp() {
document.fp.mot2.value = document.f.q.value.toLowerCase();
document.fp.method = "post";
document.fp.action = "http://www.freelang.com/enligne/albanais.php";
document.fp.target = "_blank";
document.fp.submit(); 
}

function transpf() {
document.pf.mot1.value = document.f.q.value.toLowerCase();
document.pf.method = "post";
document.pf.action = "http://www.freelang.com/enligne/albanais.php";
document.pf.target = "_blank";
document.pf.submit();
}