var fDesc=new Array(); fDesc[0] = "The CANT Z.1007 Alcione (Kingfisher) addon for Flight Simulator and Prepar3D. CANT Z.1007 was a three-engined medium bomber, with wooden structure. Designed by ingegner Filippo Zappata, who also designed the CANT Z.506 it had "excellent flying characteristics and good stability" and was regarded by some as "the best Italian bomber of World War II" although its wooden structure was easily damaged by the climate, like those experienced in North Africa and in Russia."; 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 = ''; } }