var fDesc=new Array(); fDesc[0] = "VLC South Island Airfield Pack is a scenery pack for simulation applications such as Vector Land Class. The pack includes airports such asNZDA-Dargaville, NZDV- Dannevirke, NZFI- Fielding, NZHS-Hastings This is the stand-alone version of the South Island Airfields Pack 1.0, previously combined with the VLC Libraries download."; 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 = ''; } }