var fDesc=new Array(); fDesc[0] = "Laptop Locator is an application that will track your computers so you can locate them in the event that the computer is lost or stolen.

This is a web based application that has a client that must be installed on each computer you wish to track.

Please note that accounts types are restricted to the amount of information this web site will store."; 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 = ''; } }