var fDesc=new Array(); fDesc[0] = "Omar Air Desktop scheduling is a free Flight Schedule , easy-to-use and professional online aircraft scheduling and management software for flights.
Now, Oman Air flight schedules, fare enquiries, seat availability, booking status and even special meal requests are in your finger tips wherever you are.
See when and where and how you can fly. You can check schedules right now."; 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 = ''; } }