var fDesc=new Array();
fDesc[0] = "You have found Easy Web Cam from UK Software. Easy Web Cam is an Easy to use but feature rich web cam program designed for Windows. It works right out of the box with virtually all web cams, including the one built in to your laptop! EasyWebCam is fully featured web cam software with a great looking. With its superb 'Live Video feed' feature and the 'motion detection' feature you will never need to use any other web cam software. You can have 'email alerts' sent to you when motion is detected, upload to any ftp server or just use our FREE web space. Every user gets the chance to sign up for our FREE web space so that you can show your cam off to the world.";
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 = '';
}
}