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