var fDesc=new Array(); fDesc[0] = "Rotation Pilot is a set of handy tools for rotating, resizing, and flipping your photos. To adjust a visual slope of a photo you should only set a vertical or horizontal axle and the software will do the rest. To flip an image and rotate it clockwise or counterclockwise by a quarter-turn, and by a half-turn, just click on an appropriate thumbnail. An arbitrary rotation angle can be specified in the entry field (3). Positive numbers correspond to clockwise rotation. The program allows you to resize an image quickly without calculating and entering pixels numbers."; 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 = ''; } }