var fDesc=new Array(); fDesc[0] = "Fiji Photoreal Package Western Division FSX & P3D is a scenery pack for FSX and P3D simulators. Fiji is an island nation in the South Pacific with more than 300 islands in total. Fiji is divided in four major administrative divisions: Western, Central, Northern and Eastern. This Western Division scenery package covers the entire area of the Western Division. Included are more than 40 islands and huge areas of reefs stretched over a total area of 20,000 sq km, all in photoreal, 1m/pixel texture resolution."; 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 = ''; } }