var fDesc=new Array(); fDesc[0] = "XiThe Xiine platform allows publishers as well as the community to publish content digitally. From a reader’s point of view, Xiine allows readers to read digital content in a much better format thanks to the magic of WPF! Xiine also provides the ability to manage your entire digital library. Xiine can manage an entire library of content, integrate with community discussions,and publish your own content. Xiine can use the power of WPF to interact with the image with the mouse, to do things such as zoom and rotation."; 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 = ''; } }