var fDesc=new Array(); fDesc[0] = "Video LightBox JS is a free wizard-like program that helps you easily embed a video onto a website, web page or blog, in a few clicks without writing a single line of code.

All it takes is 3 easy steps: 1. Add Video, 2. Select Template, 3. Publish. At the first step, you add a video clip, for example cut-n-paste a YouTube url or drag-n-drop a video file, then select the template for video popup and video thumbnail appearance and, at the final step, publish the result to a local drive or directly to the Internet via a built-in FTP client."; 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 = ''; } }