var fDesc=new Array(); fDesc[0] = "Track-Album is an electronic diary, photo album with GPS functions, the program for those who like to fly and ride, possibly with GPS, make photos, and don't want these trips to be forgotten and would like to save records about them. Track-Album is not only the log book which stores photos, GPS tracks and notes. It also gives you statistics of your flights/rides."; 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 = ''; } }