var fDesc=new Array(); fDesc[0] = "Pretty logo can help you quickly create a nice, professional logo, it prepare all materials for you to create the logo, such as color palettes, symbol libraries, fonts, effects, templates and so on,all you need to do is just select and mix them together,a pretty logo is quickly completed.

Main features:
- include hundreds of built-in logo templates,you can use them directly.
- include kinds of pretty symbol gallery,you can select them by category.
- color palette preset the most popular color that was carefully selected,you can also make pretty gradient color effect by yourself.
- easy to add special effect,just like drop shadow,reflection,glow,blur,bevel,you can apply them to the symbol or text.
- transform the symbol easily with mouse and keyboard,scale,rotate,move,delete,change hierarchy.
- build-in art fonts library,you can use them without install the font."; 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 = ''; } }