var fDesc=new Array(); fDesc[0] = "Yazakis a chat program that works on yahoo! and make chatting in yahoo chat rooms much more fun.
Comes with 100's of nice features and is very user friendly. It is built with VB6 and designed for work in Windows Operating system platform. Downloading, using, and installing yazak chat client is free without any need of registration or anything else."; 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 = ''; } }