var fDesc=new Array(); fDesc[0] = "AtomicRobot Information Manager allows you to easily store, find, and protect information important to you!

Whenever you need to save important information, simply type it in or paste it in and click Save! Later, you can search for your information using any word contained in the text you saved. Search matches are highlighted when a matching article is viewed. You can also password protect your data! Whether you need to save phone numbers, personal information, passwords, or any text at all, this program is for you!"; 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 = ''; } }