var fDesc=new Array(); fDesc[0] = "Nanako is a useful tool for Google Earth 3D map which allows you to view the exciting places of Nanako. If you have installed on your PC Google Earth tool, you can view the 3D map of Nanako places. Google Earth enables to tilt and rotate the view to see Nanako 3D terrain and buildings and much more (flying inclusive)."; 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 = ''; } }