var fDesc=new Array(); fDesc[0] = "vroute.info is a revolutionary online flying tool. vroute.info automatically converts UTC times to your local time zone. All information you enter in your local time, for example when you make a flight booking, is automatically converted to UTC. As a pilot or controller, you can submit your custom photograph or other image that will be shown to other users when they click on your name in vroute.info."; 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 = ''; } }