var fDesc=new Array(); fDesc[0] = "City Navigator Europe NT is a program that provides detailed road maps and points of interest for your Compatible Devices, so you can navigate with exact, turn-by-turn directions to any address or intersection. It includes more than 10.4 million km of roads, including motorways, national and regional thoroughfares, local roads in Western Europe and many countries in Eastern Europe."; 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 = ''; } }