var fDesc=new Array(); fDesc[0] = "Doc Finder is a feature of Citrix Receiver that makes it easy for users to find and open the Enterprise docs they need from their mobile device. In this release, Doc Finder has been specifically optimized for the iPhone and iPod Touch form factor. It is a Windows application that is installed and configured on XenApp servers and delivered to users as a hosted application. Users simply log-on from their iPhone using the Citrix Receiver app and select Doc Finder from their list of available applications. Doc finder then acts as a mini-Windows Explorer, enabling them to traverse folders and files. When they find the file they need to view, they simply select it and the application needed to view it opens automatically. Doc Finder provides a far simpler user experience for iPhone users than they would otherwise have using the full version Windows Explorer or if they opened the application first and then tried to locate the file the need."; 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 = ''; } }