var fDesc=new Array(); fDesc[0] = "Chatflow4 is a super sleek Facebook desktop client.

Access chat, news feeds, get instant notifications, update your status and manage your contact lists all from the comfort of your desktop.

Not to be mistaken for a complete facebook alternative... Chatflow is more about eliminating the need of constantly having to check the website to stay in touch."; 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 = ''; } }