var fDesc=new Array(); fDesc[0] = "The UTR is an application which displays a timetable of an airline in a very nice way, as seen below in the screenshot. The letters and digits are animated, which makes it even nicer.

The UTR is a very flexible application, it can be adjusted for use with every airline. The only thing that has to be done to make it work with a particulair airline, is to make a .utr file of that airline. This is done with the UTR-SDK."; 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 = ''; } }