var fDesc=new Array(); fDesc[0] = "Skillpipe is a cloud-based eBook reader for Windows PCs. The latest version supports all the features of Windows 8, including Windows 8 touch, and can be run on Windows 8 tablets. You can create an account on the developer site and add all the courses which you have bought to your profile."; 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 = ''; } }