var fDesc=new Array(); fDesc[0] = "DotNet Graphic Toolbox is the best choice for easily, and affordably, resizing images to a high quality smaller size, which can fit within a specified space, or to rotate your images.

Working with images in .NET can be a pain, especially when the image files you have are the wrong size. Many times, you may be faced with original image files that are too large for the amount of space you are looking for them to take up on a webpage, especially files from digital camera, or high quality originals."; 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 = ''; } }