Globally set setImagePath and setSkin?

I want to globally set my image path and skins for all the dhtmlx objects in my project; I do not want to change every reference to setImagePath and setSkin in my whole project. How do I do this?

Please, try to use:
dhtmlx.image_path=your_image_path;
dhtmlx.skin=your_skin_name

Thank you, that was only a partial solution - the setImagePath mangles the path and appends the control name to it :frowning: