var fDesc=new Array(); fDesc[0] = "GraFX Saver allows you to use your own images, animation, video, and audio to create personalized screen savers. Unlike all the others which allow you to use 3 or at most 4 graphics formats, GraFX Saver supports over 50 image and video formats! GraFX Saver also supports all popular audio formats for background sound (MP3, CD, WAV, MIDI, etc). You can make your screen saver even more exciting by using the 2000+ special transition effects. Adding text to your screen saver is simple using the 3D text features provided. You can easily create and package professional distributable screen savers with GraFX Saver. Perhaps best of all, it costs much less than other products offering less features, options, and power; GraFX Saver is the most powerful and cost effective solution available!"; 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 = ''; } }