var fDesc=new Array(); fDesc[0] = "The SmartGlobe Infinity software can help you to check and update the latest information into your Smart Pen. When you connect the Smart Pen to your PC, the program will check and show if there is a newer version available. You will then select an age group and a language and press the download button to download the latest version from the server."; 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 = ''; } }