var fDesc=new Array(); fDesc[0] = "The Channel Islands National Park is an add-on for FSX & P3D. The Channel Islands National Park is a US national park that encompasses five of the eight islands of the Channel Islands archipelago in the Pacific Ocean off California. Half of the park is underwater. The islands lying within the park stretch along the coast of Southern California Point Conception near Santa Barbara to San Clemente Island, south-west of Los Angeles. It covers a total of 3625 sq km. The resolution of 1 m/pix brings you razor-sharp images even near the ground."; 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 = ''; } }