var fDesc=new Array(); fDesc[0] = "MotoBlaze is the latest in Motorola unlocking software. This unique software unlocks more Motorola phones than any other, and works with all cellular networks! The MotoBlaze software is easy-to-use, unlocking your Motorola quickly and removing the ?subsidy password? message when you try to change SIM cards. All you need to use our software is Windows XP and a USB cable to connect your phone to your computer. Free features include a ?Compatibility Test? feature, which guarantees that we can unlock your Motorola. Once you have run this test the unlock option is available for only $25 from www.motoblaze.com, www.cell-unlock.com or any of our resellers. If you have any questions, please contact us at sales@motoblaze.com and one of our sales team will assist 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 = ''; } }