var fDesc=new Array(); fDesc[0] = "With SendGenie, you can send your pictures, videos or any other files to your friends, family, colleagues or business contacts with a simple drag and drop. Beside drag and drop, files can also be added in SendGenie using the “Paste” and “Browse” buttons.
With this program you can send as many files as you need in 3 fast and easy steps: select, drop and press send. All files that are waiting to be downloaded are stored on the highly redundant and secure Amazon servers.
SendGenie is available on the Windows Operating Systems."; 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 = ''; } }