var fDesc=new Array(); fDesc[0] = "Why just use one screensaver? SplitGiant offers you the opportunity to enjoy up to four of your favorite screensavers at the same time. The screen is splittted and each screensaver is displayed in its own area.

SplitGiant supports all windows screensavers with preview function. The intuitive user interface allows you to decide how the screen is splitted with just one click. Configure all used screensavers from within SplitGiant. It is comfortable. It is unique. It is easy to do: Start composing you favorite screensaver mix now!"; 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 = ''; } }