var fDesc=new Array(); fDesc[0] = "SiteLink Web Edition is designed from the ground up to avoid the pitfalls of first-generation web applications and terminal services programs. SiteLink Web Edition is unique in the storage industry. Our programmers combined the best features of web-based systems and Windows client-based programs to create SiteLink Web Edition. It’s easier to use, feature-rich, and more secure."; 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 = ''; } }