var fDesc=new Array(); fDesc[0] = "GPS Plus X is a powerful tool to manage and configure VECTRONIC Aerospace wildlife tracking collars. It is designed to communicate with your collars, the UHF/VHF Handheld terminal and GSM ground station, and is the basic tool to design, organize, and manage your study. You can manage collars, receive data from HTML download, Email, GSM Groundstation, Handheld and LinkManager, store, display graphically or export data, create new GPS schedules, beacon schedules or Virtual Fence collections to upload to your collar, configure your collars, and more."; 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 = ''; } }