var fDesc=new Array(); fDesc[0] = "The Oxford Multilanguage Pack Professional is a collection of 5 Oxford dictionaries covering the most used European languages today - English, German, Spanish, French and Italian, with English as a base language. Each of the bilingual dictionaries includes bidirectional translations with 170,000 words and phrases which makes a total of 910,000 translations in the whole dictionary bundle."; 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 = ''; } }