var fDesc=new Array(); fDesc[0] = "Greeting Card Creator is like an old version of Print Creations.
It guides you step by step into making greeting cards. There are two available sizes to make a card: A4 and letter. You may create different photo albums and you may sort the pictures by name, type, size or date.
There is a large variety of styles you can choose to apply to your picture. The list of styles include sports, animals, holidays and many others. An interesting tool is the posibility to change the borders orintation and that they may be moved upper and lower.
You may also add a title or a text. You can add blur to it and choose the font and it’s size. If desired, there are clip art icons that you can add. Among them, you can find dialog balloons and signs.
On the inside page of the greeting card you may choose to write simple text or add a special greeting in the middle and place some text above and below it.
In the print preview menu you can change the paper size in case you need to. And you may also decide wheather to print the inside first and the outside later, or, make a double-fold card."; 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 = ''; } }