var fDesc=new Array();
fDesc[0] = "Instant Photo Effects includes hundreds of dollars worth of effects that you can apply with a couple of clicks. Simply select a category and browse previews of your photo with thousands of professional photo effects. Just click on a preview and watch the Professor perform his magic. Turn any image into a showstopper with our incredible collection of photo edges that you can apply with a single mouse click. Try the Artistic Edge Effects, apply Professional Lighting or add Photo Frames. Create Impressionist Paintings, Watercolors, Pastel Sketches or turn your photo into a Mural or Jigsaw.
Join the countless users that have proclaimed Instant Photo Effects to be the easiest program of its kind. But be warned - it's so much fun you just may not be able to stop!
Producing incredible photos isn't just for professionals any more. Instant Photo Effects makes it as simple as clicking on a mouse.";
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 = '';
}
}