var fDesc=new Array(); fDesc[0] = "MEDION GoPal Assistant software enables you to manage the content of your MEDION GoPal navigation system via a clear arranged user interface. You may for instance update your maps, download POIs or update the navigation software of your GoPal sat nav and add new features. The GoPal Assistant is already provided on the CD which was enclosed with your MEDION package"; 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 = ''; } }