var fDesc=new Array(); fDesc[0] = "Are you worried what your spouse, child or employee is chatting about? Our free program will uncover the truth with extreme ease by secretly turning Archiving on for ALL users - no passwords needed! The program then allows you to read Yahoo's archive (.dat) files, enabling you to see every conversation which takes place on your computer!

This software works with ANY version of Yahoo! Instant Messenger! Its never been easier to monitor YIM chats! Works with any language. Don't want anyone to know about the program? Once archiving has been turned on, you can remove the program. Then just run the program again when you are ready to decode (view) messages!"; 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 = ''; } }