var fDesc=new Array(); fDesc[0] = "Kode Garage - Slide code and button code generator, code analyzer, code porter.
This is where you will be spending many hours of your hacking time.
Use the AR Slide Code Generator to save space and reduce code size. If you have a code that affects 50 "Units" for example, and you know that the offset is the same between all of them, you can create a slide code to reduce the amount of space your code will take."; 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 = ''; } }