var fDesc=new Array(); fDesc[0] = "Loqu8 iCE provides a range of documentation to help you unleash the full power of our products. The Installation Guide is a fast way to get you started. The User Guides will provide details on all the features and menu options. Loqu8 iCE has some great features, such as: Multi-language Extensions (MLX), Ruby Text, LiveScan and HighlightScan with PDF plus 64-bit native operation."; 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 = ''; } }