var fDesc=new Array(); fDesc[0] = "Free Photo Frame is the digital alternative to the classic photo frame many people have on their office desks.
With Free Photo Frame you can have your favorite image right on your desktop, inserted into one of the beautiful 25 frames included in the application.
Each frame is capable of displaying a single photo or a slide show of a folder of photos. You can select how quickly the photos are cycled and whether they are played randomly or in the order in which they're stored."; 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 = ''; } }