var fDesc=new Array(); fDesc[0] = "Jugglor version 3.1 is ready to turn your CS4/CS3 and below Flash files into stand-alone programs that amaze, entertain and deliver an ever so important professional edge. There's no need for multiple programs to keep the show going, because Jugglor provides you with the tools you need to make the most of Projector files and now SWF files, too!"; 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 = ''; } }