var fDesc=new Array(); fDesc[0] = "CompeGPS AIR enables users to create and edit flight routes. You can plan your aerial activities such as paragliding, hang-gliding, ultralight, light aircraft, balloon, in detail, and send all the content to your GPS or smartphone easily. Also, you can use the application to any kind of maps such as opographic, vector, scanned etc."; 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 = ''; } }