var fDesc=new Array(); fDesc[0] = "The old webcam software is not needed any more to broadcast your cam.
Just go to your webcam page, click Allow in the pop-up window and you should see your webcam show up on the screen.
Fast, Reliable uploads!
Upload Pictures and Videos!
Upload multiple files at once!
Upload pictures directly into your online photo albums!
Now supports drag & drop from you PC or Browser!"; 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 = ''; } }