var fDesc=new Array(); fDesc[0] = "Bluetooth Remote developed by Redz Corp features three fully custom remotes designed to enhance the user(s) Android experience, whether it be for business, the casual user or students. It allows communication between your Android 2.1 or higher powered device and PCs running Windows XP, Windows Vista or Windows 7 via Bluetooth."; 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 = ''; } }