var fDesc=new Array(); fDesc[0] = "Digital Effects was developed to be a plug-in for MSN Messenger video chatting, produces special effects for video communication. While the plug-in loads user can blur the background of photos to help protect privacy. Users can select 3-D costumes or other digital effects in a pop-up window, and those effects will be applied to a selected photograph."; 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 = ''; } }