var fDesc=new Array(); fDesc[0] = "Bixelangelo is a design tool for creating bitmap (PNG) and vector (EPS) drawings for using in BluffTitler. Bixelangelo can generate drawings in a wide range of styles including ornaments, filigrees, flourishes, curls and swirls. It records your handwritten sketches/texts and exports them in the EPS format for use in the sketch layer of BluffTitler."; 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 = ''; } }