var fDesc=new Array(); fDesc[0] = "Software Translator translates any software in any language to any new language of choice. The enclosed dictionary can easily be modified and completed in response to the wishes and needs of the user. This means that you, as a user, will be able to buy software in German, Italian, French, Finnish or Spanish and run it in your native language straightaway!"; 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 = ''; } }