var fDesc=new Array(); fDesc[0] = "Yaease Greeting Card Studio is the best software for making a unique and amazing greeting for your family,friends,lovers,and professional associate. With Greeting Card Studio,you can use predefined templates for all kinds of greeting card.Also,you can create a new special card as you like.
The edit function is powerful. You can create the background, add text,photograph,rich clip-art and all kinds of greetings for your card. You may enhance your photograph with effects. You can add cool frames, masks on your photo. You can also add shadow, halation and texture to your text."; 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 = ''; } }