var fDesc=new Array(); fDesc[0] = "Rustangelo is an automatic sign painter for the RUST game. With this program, you can choose your image and have it painted to a sign or map automatically. It translates the image's pixels into mouse clicks to transfer the image to the canvas. It works on any RUST server and has been approved by the game developers. The PRO version includes more features and unlimited painting time."; 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 = ''; } }