var fDesc=new Array(); fDesc[0] = "With Fob Watch Screen Saver you know what time is it with a classic fob watch display.
The watch was first created in the 16th century, initially in spherical (Pomander) or cylindrical cases, when the spring driven clock was invented. These watches were at first quite big and boxy and were worn around the neck. It was not for another century that it became common to wear a watch in a pocket."; 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 = ''; } }