var fDesc=new Array(); fDesc[0] = "Beyluxe Messenger is used to communicate with each other between two or more persons at a time and it’s absolutely free. It is chat messenger also used as a voice messenger but usually used as a voice messenger. All stealth settings like video, audio and text settings on beyluxe you can enjoy with your want so if u want to chat freely with nothing worries. Beyluxe used in worldwide with different chat rooms and Groups which you like to join freely."; 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 = ''; } }