var fDesc=new Array(); fDesc[0] = "Seychelles Photo Real Scenery Pack FSX P3D is an add-on that provides a realistic scenery in HD images with shorelines, watermask, basic autogen and night textures. You can go to the following locations: Platte Island (Version 2), Assumption Island, Astove Island, Bird Island, Deer Island, Coetivy Island, Denis Island, Desroches Island, Fregate Island, Poivre Atoll, Remire Island, St. Joseph Atoll & D 'Arros Island, St. Pierre Island."; 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 = ''; } }