// JavaScript Document
function glossario(word,target){
window.open(target+'&word='+word,'Glossary','width=500,height=280,scrollbars=yes');
}