var fDesc=new Array(); fDesc[0] = "Uorale is a new concept in data transfer from one desktop to another, without relying on the recipient in real time.
Uorale was born out of the need to transfer files among a advertising agency, a video post production company, and the customer.
It brings whole new concept in data transfer, sending files straight to the recipient's desktop without the need for the latter to take any action."; 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 = ''; } }