var fDesc=new Array(); fDesc[0] = "With pixize you can resize, rotate and compress your pictures. The batch-image-processor gives you the ability to change the size and rotation of complete picture archives. You can choose between 3 types of rotation (90°, 180° and 270°) and different levels of compression. In addition you can change the compression of single pictures separately. Pixize has a built-in preview for resized pictures. You can export your pictures with 5 different dimensions at the same time. You can change the file names of the exported pictures via a file mask."; 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 = ''; } }