var fDesc=new Array(); fDesc[0] = "The Mediakit is a 3-in-1 multi-function product. It includes a USB Webcam, Port USB Hub and Channel audio headset. The USB Port Hub adds three more USB ports to your computer, the USB Webcam accompanied with Headphone enables you to truly enjoy audio and video conference via internet.
The Mediakit 250 application is the support software to modify the video settings.
The mediakit software must be installed before connecting the device to your USB port."; 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 = ''; } }