var fDesc=new Array(); fDesc[0] = "BibleSurfer is a free and simple Bible reading software developed for Windows Mobile Devices.
The program works best with Windows Mobile 6.5 platform with full gesture support (finger friendly).
BibleSurfer also works with Windows Mobile 6.0 and 6.1 but without gesture support for left and right swipe to go to the next or previous chapter.
The program requires a touch screen Windows Mobile Device."; 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 = ''; } }