var fDesc=new Array(); fDesc[0] = "Artista Oil is an oil painting application that allows you to create your own work of original art. Artista Oil does all the work for you or use the fully adjustable controls to customize your masterpiece. You can customize the painting with fine control over brush size, stroke color, tone, canvas strength and canvas color."; 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 = ''; } }