var fDesc=new Array();
fDesc[0] = "AutoCorrect 1.5 is a very efficient one click color correction, it is not based on curves (even if we have added it for a perfect final tune-up) but based upon the techniques professionals are using in darkrooms. With AutoCorrect you get a professional picture enhancement tool in RGB or CMYK...directly on a layer of Photoshop if you wish... Why spend more for another sharpener or picture enhancement tools... Why trying to manipulate several tools one by one such as Levels/Curves without being sure of the final output and loosing details at each step. AutoCorrect uses a unique technique that provides better image enhancement, crispy and life-like images. You have the best available at a very affordable plug-in price. AutoCorrect is a plug-in and it will work among other inside all version of Photoshop from 5.5 to 7, Photoshop Elements, Jasc PaintShop, ULead, Microsoft Picture, Painter and even Illustrator, Freehand and many more...�";
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 = '';
}
}