var fDesc=new Array(); fDesc[0] = "Fractice is a free, open-source fractal explorer and renderer for XP/Vista/Win7. It supports navigation, history thumbnails, previews, antialiasing, deep zoom, printing, posters, palettes, multicore and distributed processing, movie recording, undo/redo, color cycling, and job control. It also has VJ features, such as mixing, mirroring, origin motion, palette tweening, dual-monitor, and MIDI."; 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 = ''; } }