var fDesc=new Array(); fDesc[0] = "Eye4Software GPS Mapping is a professional GPS mapping software tool that can be used in numerous applications. Use the software to load, view and edit your maps, display your position realtime and record all your movements.

The software will work with almost any GPS and can be used on any desktop, laptop or needbook computer running Windows XP or higher. The software can be used for both home and professional use."; 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 = ''; } }