var fDesc=new Array(); fDesc[0] = "Arc Soft Multimedia Email 3.0, useful software designed to offer you with the tools you need to make innovative postcards using your photos and videos. It is the smartest and fastest way to create and send digital photos, videos and postcards to your friends and relatives. It comes with more than 50 colorful postage stamps and over 100 templates of different categories but you can add your own photos and make interesting postcards for any special events. In fact you can start a new project by simply choosing a template or else you can place an image or video file of your own on top of it. First you have to choose the design and then you will need to select a photo or video to replace the design. Various edit properties like brightness, rotate, flip, enlarge, contrast and so on will enhance photo quality. You can add colorful text over the postcard in different styles, sizes, and font. Moreover you can add and adjust the degree of blur and adjust intensity of the applied shadow. It supports multiple image formats, MP3 and WAV audio format, AVI video format and standard email tools."; 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 = ''; } }