var fDesc=new Array(); fDesc[0] = "WinVision is a software program by ITALTINTO srl which allows users to simulate the application of company products directly onto the images imported into the program, using the colors available in a Winmatch product file. Users may use preloaded images already included in the software or, in the Pro version, imported directly in most common formats."; 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 = ''; } }