var fDesc=new Array(); fDesc[0] = "Phenix-Q7 is a small and simple application that allows you to use your Phenix-Q7 webcam and maximize its performance by providing various customizable settings and options.
By using Phenix-Q7, you will be able to connect your device through HD Audio Mic or through HD Audio Input.
It will also help capture beautiful moments spent in front of your webcam, by being able of taking screenshots and recording videos."; 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 = ''; } }