var fDesc=new Array(); fDesc[0] = "By taking Qt Quick components into use, you will be able to unleash the functionality of a ready-made set of QML-based UI building blocks that are designed with specific native appearance for the target platform. Even though this is the first technology preview, the set of (20 ) components is already quite comprehensive; starting from the basic UI elements like Button and Dialog to more advanced page navigation functionality with the integrated PageStack and ToolBar. A full list of available components in this Technology Preview is included in the documentation."; 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 = ''; } }