var fDesc=new Array(); fDesc[0] = "Socializer is a simple and stylish Facebook browser for your Windows. This app provides native Facebook experience in a Facebook styled window plus a system tray icon for providing notifications. This app doesn't disturbs you by popping out notifications, but it notifies you silently by changing the system tray icon color."; 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 = ''; } }