var fDesc=new Array(); fDesc[0] = "F-20 Tigershark is an expansion pack for Microsoft Flight Simulator X. The IRIS F-20 Tigershark is a fantastic new rendition of one of our earliest products. Remodelled from top to bottom and featuring brand new flight modelling, audio and a new virtual cockpit, this product has been designed for flat out, full throttle fun."; 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 = ''; } }