var fDesc=new Array(); fDesc[0] = "TuchOut is and interactive software which acts as an alternative to the boring paint program for a Windows touch/non-touch PC. TuchOut is an interactive and trendy program that can be used to make animations and perform different photo making/editing tasks.
The program opens and saves files as Windows bitmap (24-bit, 256 color, 16 color, and monochrome, all with the .BMP extension), JPEG, GIF (without animation or transparency, PNG (without alpha channel), and TIFF (without multiple page support)."; 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 = ''; } }