var fDesc=new Array(); fDesc[0] = "The SEF Test plugin allows you to turn on and off SEF from the URL for your own session, without changing the Global Configuration options. It's a very simple tool for testing SEF out on a production site with Global SEF disabled, and fetching non-SEF URLs on a SEF-enabled site. A must when building Joomla! sites."; 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 = ''; } }