var fDesc=new Array(); fDesc[0] = "The PC Companion is a software application that runs on your computer. It allows you to manage all of your ONIX navigation data, including trails, waypoints, routes, and your satellite photo and topo map photo files. The PC Companion will store all of your data downloaded from the BushnellGPS.com website into the “My GPS Archives” folder. GPS data uploaded from your ONIX GPS unit will be placed in the “My Project” area, where you can view and edit your “My Project” data. Files can be saved into specific “Projects” names and also can be transferred between the My Project and My GPS Archives folders by selecting files and using drag & drop functionality"; 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 = ''; } }