var fDesc=new Array(); fDesc[0] = "The SDK comes with a handy SailfishOS application template that gives you a quick way to create your very first Sailfish OS application. Sailfish OS is set out to be a real alternative. It is independent, open, partner friendly, and created by a team with credible track record. SailfishOS SDK is a collection of tools for developing SailfishOS applications.
It includes:
QtCreator integrated development environment (IDE)
Mer build engine for cross compilation
The SailfishOS Emulator
Tutorial, Design and API Documentation
Repositories for additional libraries and open source code"; 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 = ''; } }