var fDesc=new Array(); fDesc[0] = "In a couple of clicks, you can create your own greeting cards, slideshows and multimedia messages. The program comes with several dynamic and static special effects that you can apply to your greetings. You can also add animations, sound, music, voice recording and text effects... Produce stand-alone Windows EXE (program) files to send from your email applications...
Cool Music Card lets you create your own greeting cards on Shockwave Flash (no limit to your imagination!), Image Slide Show (display your favorite photos) and Movie (Mpeg, AVI...). Several options are available: More Files Support; MIDI, MP3, WAV, WMA Background music support; Transition Effect support; Masking Effect support ; The window body graphics animation design of the freedom, sell your music card option, and 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 = ''; } }