var fDesc=new Array(); fDesc[0] = "MiploSync is an application which allows to send your vehicle location with selected frequency and share or invite user to watch your location live. The program provides automatic synchronization. During synchronization in AutoMapa progress bar will apear and inform you about synchronization progres. You will get accurate information of sent POI, proposed changes, received changes 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 = ''; } }