var fDesc=new Array(); fDesc[0] = "PabloDraw is an ANSI/ASCII text and RIPscrip vector graphic art editor and viewer with multi-user capabilities. It supports various text formats such as ANSI, ANSI/24, ASCII, ADF, Avatar, BIN, CG, IDF, Tundra, CtrlA, XBIN, Animated ANSI. You can browse inside ZIP, RAR, and 7z archives without extracting, Draw ANSI and ASCII with your mouse or keyboard and much more."; 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 = ''; } }