
// directory of where all the images are
// this variable is declarated now in CS code
//var cmDefaultctrlPanelBarBase = 'SiteThemes/Default/Controls/Interwix.Modules.CascadeMenu/themes/Default/';

// name of this variable must be "THEME_NAME + CONTROL NAME + Icons"
// first element must be NULL because 0 is empty icon value in DB.
var DefaultctrlPanelBarIcons = new Array (null, '<img src=\"' + cmDefaultctrlPanelBarBase + 'folder.gif\">');

