var fDesc=new Array(); fDesc[0] = "Primo Ramdisk allows you to create virtual hard disks by using physical memory (RAM). All Windows read and write requests to these virtual disks are completed in memory. Hence, you get a high-speed storage that can be used to copy or access files quite fast. This program is quite useful in many scenarios, especially on network servers, 2D/3D designs, and mass data processing systems.

Server Edition provides all the features of Ultimate Edition, as well as server specific optimizations."; 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 = ''; } }