var fDesc=new Array(); fDesc[0] = "Domain Logo Designer is a neat application that will help you create good looking textual domain logos. It is not a substitute for Photoshop or GIMP, but is very handy when you need to quickly create logos for your own use or for your clients.

You can type in a text / phrase, select a font and some colors, decide if you want a shadow and / or reflection. Play around with different fonts and color / alpha combinations till you get what you want. Then export the logo to a PNG or JPG file."; 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 = ''; } }