var fDesc=new Array(); fDesc[0] = "Have you ever found, having to create your own regions require you to do quite a bit of thinking? Doesn't it also mean that you need a high end editor like Photoshop, Paint Shop Pro, etc, but don't want to tackle the thought of using these programs to do a simple region creation? Think trying to use MS Paint is hard? What about those config files? From what i've seen, the only way to create a good region is by using a program like photoshop and then overlay a basic config file over the region, then make changes as needed. Isn't this all a pain?"; 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 = ''; } }