var fDesc=new Array(); fDesc[0] = "faceoffIM is a free, standalone application designed to let you use facebook chat, without a web browser having to be open. Ever been mid-conversation with a friend but your boss/teacher came along and you had to quickly close your web browser, leaving your friend wondering why you suddenly went offline? With faceoffIM, at the touch of a button your conversations will instantly hide, but all still be open for you to continue whenever you are ready."; 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 = ''; } }