var fDesc=new Array(); fDesc[0] = "iGolf Neo Sync provides the user with all the tools required to enable communication between the device (iGolf Neo) and Windows Vista, Windows XP, Windows 2000, Windows Me, or Windows 98 computer. Using this interface, the user can control every aspect of golf course file management. From accessing the iGolf.com database to syncing course files, iGolf Sync encompasses many functions which enhance the GPS experience."; 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 = ''; } }