var fDesc=new Array(); fDesc[0] = "Invitation Card Designing software facilitates user with some advance features i.e. Save Design as Pdf, Clip Arts, Import Image, Select Background styles, Templates, Word Art, Text, Barcode, Watermark, Line and Export Log as Image with multiple Formats like PNG, JPG, GIF, etc. Software empowers user to add Signature in the Log of the Card. Greeting Card Designing Program provide Batch Processing series option to perform some operations like Import, Export, Create List and Delete Row, etc. Occasional Invitation card Maker Software also facilitates us with some properties like Label, background, Image Properties. User is also able fix the texts and tools in desired position on using the types of alignments i.e. LEFT, H-CENTER, TOP, RIGHT, etc. Greeting Card Designing Application provides us three label Formats to design a Card i.e. TEMPLATE, WIZARD and BLANK FORMAT. Cards can be designed by using Templates where our first step is to select card Type i.e. WISHES, SEASONAL OCCASIONS and INVITATION CARDS. Then, Select category accordingly. After that go to the Background Frame of Software and set the background on using the available attributes like Samples, Backgrounds or Solid Color. Lastly, Select the Text Type and Visible Sides and then, give the details of the Card in the Frame named as Invitation Card Details. Now, Let us explain about: GREETING CARD DESIGNING USING WIZARD. Creation of Card using Wizard is different from the creation of card by using Template. i.e. Wizard designing Mode doesn’t provide us inbuilt Templates with formatted text and design, where Template mode does. Now, the last one is here to discuss is GREETING CARD DESIGNING USING BLANK FORMAT: The only difference between Wizard and Blank Format Mode is, There is no need to set Background and Invitation Card Details during the setting phase of a Label for the Card because we will do it later during the designing phase of the Card on implementing of features of the Software."; 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 = ''; } }