var fDesc=new Array(); fDesc[0] = "The Boss App tells your Windows PC when to hide unwanted applications. It uses your iPhone or Android's accelerometer and network capability (3G or WiFi). The Boss App is tiny and takes just seconds to install.

On your Windows PC select the program(s) you want to display when the Boss comes in and set your phone down."; 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 = ''; } }