var fDesc=new Array(); fDesc[0] = "This is the official home of DeskCam, the best cam-grabber around. DeskCam lets you grab web cam pictures from sites all over the world, and put them on your desktop. Best of all, it's 100% free. DeskCam is your visual portal to the world. Visit the Eiffel Tower, climb aboard a Caribbean cruise, or be a virtual guest in someone's living room. DeskCam takes you to all these places and more."; 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 = ''; } }