// ***********************************************************
// Title: Funciones de la bitacora de acentillo              *
// ***********************************************************
// (c) 2005 DCR Team Luzz y acentillo , <dcr.team@gmail.com> *
// ***********************************************************
// Blog Website: http://acentillo.blogsome.com               *
// ***********************************************************
// License: Under MPL v1.1 License                           * 
// ***********************************************************


function dikt() {
var DIC = 'http://www.wordreference.com/es/en/translation.asp?spen=' + document.dicc.texto.value;
window.open(DIC,'wr');
}	

function rae() {
var URL = 'http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2&TIPO_BUS=3&LEMA=' + document.dicc.texto.value;
window.open(URL,'rae');
dikt();
}	





