var fDesc=new Array(); fDesc[0] = "Abonsoft Image Compare can help you to compare any type pictures with their differences highlighted. It also works well for images with different sizes. Just pick up their align point, the software will align the two picture automatically and compare them. The compare result can be in mask mode in two different color, or be highlighted with transparent background. It is very easy to use."; 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 = ''; } }