var fDesc=new Array(); fDesc[0] = "While flying, do you peer out the window towards the ground below and wonder what you're looking at? What is that interesting building, this silver bridge or that crowded stadium?
EZ-Landmark is like having your own private tour guide.
After flying in demo mode, we think you'll be back here soon to order a registration key to unlock all of the other sites that EZ-Landmark brings to your flying experience."; 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 = ''; } }