var fDesc=new Array(); fDesc[0] = "WordPress Menu Order is a plugin that will simplify the process of maintaining a WordPress powered site’s navigation structure. Creating a navigation structure is a simple enough exercise in WordPress, but when it comes to the refinement of it – specifically the order in which items should appear – you can readily see the shortcomings of the product. Yes, it is possible to change the order in which the navigational items appear (via the Order attribute), but this is a painfully slow exercise."; 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 = ''; } }