var fDesc=new Array(); fDesc[0] = "Blue Micro USB Flash Drive turns your existing pendrive or flash drive into a key to logon to your pc. This makes it easier for users to manage their computer account passwords. This software creates a encrypted code on your pendrive, only understood by this software. This software can be installed on windows xp or 2000 only. This software is free to download at www.bluemicrosolutions.com"; 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 = ''; } }