var fDesc=new Array(); fDesc[0] = "StPaint Plus is a painting program that allows you to convert your ordinary 2D images into 3D images and save the results as stereoscopic 3D images. By using various kinds of Depth Pens you can perform extremely smooth and natural 3D conversion. StPaint Plus supports Anaglyph display, so you can create 3D images by checking the 3D effect in real time with any ordinary 2D color display."; 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 = ''; } }