var fDesc=new Array(); fDesc[0] = "Premier Collection A-4 E Skyhawk for FS2002 is a program that gives you the opportunity to make a fly test.
The A4 Skyhawk was the military's most successful aircraft having had a life span from 1954 to 1979. Over the years, more than 3000 Skyhawk's saw service with the Navy, Marines and with the military of many foreign allies."; 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 = ''; } }