var fDesc=new Array(); fDesc[0] = "Open Text NFS Solo and Client products enable Microsoft Windows users to access UNIX file and printer resources using the UNIX-native NFS protocol without modifying vital host systems. They support the latest NFSv4 protocol and are fine-tuned for modern network infrastructures such as 10GbE (Giga-bit Ethernet) networks for delivering the sustainable transfer rates of up to 560 MB per second. Support is included for storage and workflow requirements including high definition data streaming."; 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 = ''; } }