var fDesc=new Array(); fDesc[0] = "The Mirra Personal Server is a powerful hardware/software solution that integrates high-capacity storage with content protection, remote access, sharing and multi-computer synchronization. Designed with the consumer in mind, Mirra makes it easy to securely share files and access them over the web while delivering peace of mind through a reliable, automatic backup process."; 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 = ''; } }