var fDesc=new Array(); fDesc[0] = "Stationery Design studio helps you to design business stationery by providing in built stationery templates professional in style and approach. Templates are available to design different types of business stationery such as cards, letterheads and envelopes. It employs the concept of a wizard to make design easy for a beginner with no extensive knowledge in using computer software. The design of card can be easily incorporated into the letterhead and other business stationery. It supports 3 different forms of card layouts – vertical cards, horizontal cards and folded models. Additionally it also supports an address book to store addresses.
User friendliness of Stationery Design studio is exemplified with a one click export of the design to print software. Designs can be saved as image files for utilization in web, presentations etc avoiding rework of the design. Creativity is the input to this software that can produce any stationery be it CD/DVD covers, tags, badges, invitations etc. Stationery Design studio supports controls to make designing a easy processing by providing transparency options, color control, true type fonts and design fills. The software supports Windows Operating system and a minimum of 256 MB RAM."; 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 = ''; } }