var fDesc=new Array(); fDesc[0] = "Bixorama is a Windows desktop app for converting, modifying, generating, previewing and publishing 360° photos. The program can automatically convert multiple 360° photos to the same format, or to the same resolution. It can import and export 11 different formats including equirectangular, Microsoft's DirectX DDS & Apple's QuickTime VR."; 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 = ''; } }