var fDesc=new Array(); fDesc[0] = "AGYNAMIX Simidude is a cross platform network clipboard that makes it easy to transfer text, images, files or folders from one computer to another.

Just drag your file, folder, browser URL, text, etc., into Simidude on one computer, and then go to another Windows, Mac, or Linux computer on your network and drag the item from Simidude into its remote destination. No fiddling around with your network installation."; 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 = ''; } }