var fDesc=new Array(); fDesc[0] = "iWebcam is a program that allows you to instantly chat with friends and random people from all over the world. You may chat in a public or password protected many-to-many chat room, pubic one-to-many chat rooms. Created chat profiles allow greater access to chat features and chat room creation options."; 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 = ''; } }