var fDesc=new Array(); fDesc[0] = "Create stunning header graphics, with this free header graphic tool, that look like they were produced by a professional designer - guaranteed!
Having a great header graphic on your site has so many benefits that you'd have to be crazy to use anything else.

XHeader lets you create amazing header graphics in minutes. And the really great thing is that you don’t need any previous knowledge of graphic design.
Main Feature:
-Create headers from scratch or use the built in templates
- 500 extra header styles in the registered (free) version
- Quick and easy header selection from category listings
- Size of each header listed in Template Selector
- Auto-resize headers to fit your specific needs
- Optimization in-built for Quality & file size
- Layering - move items in front of & behind other items
- Save your design as a .XHF file & reopen it in the future"; 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 = ''; } }