var fDesc=new Array(); fDesc[0] = "Lane Guide Online Launcher creates a Task Bar icon and an optional Desktop shortcut directly to Lane Guide Online website. This is a new version designed for the new website and replaces prior launcher versions.
Installer contains the setup files to install the lastest application files for the Lane Guide application to your PC. This version is for all PC systems, including Windows® XP, Windows® 7 and Vista® 32/64."; 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 = ''; } }