function transro() {
ca = document.f.q.value;
document.gr.cuvant.value=ca;
}
function dor()
{
document.gr.method = "POST";
document.gr.action = "http://www.litera.ro/index.php?pag=dictionar";
document.gr.target = "_blank";
document.gr.submit(); 
}