var fDesc=new Array(); fDesc[0] = "FileReflex is an easy-to-use files sharing mobile application. It allows you to share your documents from your desktop application and enjoy it on mobile.

Main Features:

- FileReflex keeps your documents available for access from your iPhone, iPad, Windows Phone7, BlackBerry or Android Smart phones and tablets.
- FileReflex is also web enabled and it supports popular web browsers such as Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Apple Safari and Opera.
- FileReflex puts the desktop itself on the Cloud"; 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 = ''; } }