var fDesc=new Array(); fDesc[0] = "After you install H/PC Explorer on your PC, simply connect your H/PC to your PC, and synchronization begins automatically. You can also enable automatic backup of your H/PC to your PC every time you connect. Automatic synchronization and/or backup can be turned off and the processes run manually if you wish. The setup program allows you to choose if you'd like to synchronize with Outlook, Schedule+ or a combination of the two.

It's important that you install and configure either Outlook 97 or Schedule+ 7.0a before you synchronize your H/PC. Otherwise, H/PC Explorer will be unable to find the location for your calendar, contacts, tasks and e-mail that your desktop software uses during setup.

H/PC Explorer enables you to dock H/PCs with PCs running either Windows NT Workstation 4.0 or Windows 95."; 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 = ''; } }