var fDesc=new Array(); fDesc[0] = "ColorSchemeEditor application applies the colors you choose inside the CSS and on the images used by the menu

ColorSchemeEditor application allows you to easily customize the colors of Flexi CSS Menu skins.

You can change all the colors even for, image base menus, so you can make any menu blend perfectly whit your website."; 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 = ''; } }