var fDesc=new Array(); fDesc[0] = "The cloud drive storage service is a cloud data storage gateway. The service runs on on a PC or server allowing you to access cloud storage just like a hard drive or file server. The service improves cloud data performance by up to 100 times, in most cases it out performs hard drives, file servers and SAN's.

The service intelligently caches data and reduces your network bandwidth by 100 times. The iSCSI interfaces is supported on many platforms including Windows, Mac and Linux."; 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 = ''; } }