var fDesc=new Array(); fDesc[0] = "NowInStock.net Desktop Alerts is a small application which enables a person to monitor the availability of products tracked at NowInStock.net via their computer's desktop. Desktop Alerts runs via the Adobe© AIR™ runtime. Currently Adobe AIR runs on Microsoft Windows, Mac OS X, and Linux. Read the following Quick Start instructions on how to use the Desktop Alerts, or visit the online Help Docs for more detailed information. Lastly, this is currently a BETA test, so please report any bugs or suggestions via our contact form."; 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 = ''; } }