var fDesc=new Array(); fDesc[0] = "PRO English-Spanish Translation package, with a translator suitable for school texts, memos, notices… it even pronounces words and whole documents! Plus: Images, English definitions, Spanish definitions, and Usage Examples Add-ons, and a dictionary (also pronounces words) to complement the translation function. This translator also shows colloquial and regional words when available and has interactive capabilities that show you all the possible meanings for the words in your text; also included is a dictionary with verb conjugation/reverse conjugation capabilities."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }