var fDesc=new Array(); fDesc[0] = "VCDCut Pro is a video player. It can control the playback of video file conveniently and friendly. VCDCut Pro main features include: support slide show play of picture file; grab picture when you play video file; clip admiring video segment; generate video file screen shot; on-line video broadcast; support window/screen capture; and also send the playing video frame/picture to self-contained simulated Webcam; and offering a wide variety of other functions. VCDCut Pro is also a software simulated Webcam. It can be simulated into a virtual Webcam and used in Biliao, Liaoliao, EPH, QQ, MSN, NetMeeting, UC, and other software/chat room, for playing movie, MTV, picture, and as simulated Webcam (Name of device: JiaoCap Capture. This function must be supported by WIN2000/XP. WIN9X does not support.)"; 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 = ''; } }