var fDesc=new Array(); fDesc[0] = "Xemi computers Ltd. has launched into the marker a cool software option to build screensavers. Internet Screensaver Builder allows you to use images, text, HTML and multimedia (including flash) in a standard screensaver. The huge difference between other similar programs and this one in particular is that it can update automatically from its web location. The process is quite easy: the screensaver periodically checks its web location and, if it detects changes, it updates automatically, that is, it starts downloading necessary component files and restart as new. Internet Screensaver Builder includes a simple command language, 84 image transition effects to play with, commands for moving images and text across the screen, random coordinates and letter-by-letter effects for showing texts. It is compatible with all Windows platforms (95/98/Me/NT/2000/XP) and you can download a free trial from the developer’s website. Internet Screensaver Builder is a cool option to have always a new and updated screensaver for you to enjoy."; 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 = ''; } }