var fDesc=new Array(); fDesc[0] = "Have more fun with your friends. Add realtime special fun effects, face detection effects to facebook, MSN, Skype, ICQ, Yahoo Messenger, CamFrog's video chat.
It includes virtual web cam device, It almost supports all video chat application.
Support distorting mirror effect, twins effect, mosaic effect and over 60 Mask Effects.
Support add over 180 beautiful background.
Support take snapshot and record the video to AVI, WMV, FLV Video.
Support Face detection and add mask effects.
Dynamic change the effect when video chatting with your friends.
Support use mouse selected effect area."; 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 = ''; } }