var fDesc=new Array(); fDesc[0] = "For many years now, archived paper spotting logs have occupied the houses of aviation enthusiasts across the world. Spot2Log is a product that can change this by storing all of your logs in an electronic format, linking your digital photos to your logs. Aircraft enthusiasts will note and compile lists of markings, aircraft registrations, livery, code letters and the airline the aircraft is operating for, all of this data can be stored in one place, this one place being Spot2Log software."; 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 = ''; } }