var fDesc=new Array(); fDesc[0] = "Wanderer is the best moving map navigation software a man can get: It is simple, but powerful, It runs on almost any Windows and Windows Mobile devices, It shows your location and speed on devices with GPS, It merges many maps in real time providing seamless mapping, On devices with touch screen most operations can be performed by fingers - no need to use stylus or mouse."; 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 = ''; } }