var fDesc=new Array(); fDesc[0] = "MAGIX FunPix Maker is very interesting and easy to use software that can use warp and caricature tools to create funny pictures in couple of clicks. Just import any photo, use any effects and you are ready for the fun. You can make funny faces by enlarging noses and ears or deforming someone's hair. You can use dent, bump, wave, explode, shrink, grow or stretch tools to give your photos new shapes. You can undo any action or use the remove tool to remove any of the effects used in any portion of the image. Zoom in/out makes the image editing faster and easier.

MAGIX FunPix Maker supports all the popular image file formats like, JPEG, BMP, GIF, TIFF, PCD, PCX, PSD, PNG, TGA and many others. You will notice that using any of the effect tool doesn't effect the image quality. In fact it becomes harder to distinguish between the original and changed image if the image is an object. Very fine pixel processing and easy user interface makes this software a must have imaging tool. The effects cannot be written, just try it out and share the fun."; 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 = ''; } }