BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
        border:0,
        shadow:0,
        color:{
                border:"",
                shadow:"",
                bgON:"",
                bgOVER:""
        },
        css:{
                ON:"",
                OVER:""
        },
        css:{
                ON:"clsCMOn2",           // CSS class for items
                OVER:"clsCMOver2"        // CSS class  for item which is under mouse
        }
};

var STYLE = {
        border:1,                       // item's border width, pixels; zero means "none"
        shadow:0,                       // item's shadow size, pixels; zero means "none"
        color:{
                border:"#670001",       // color of the item border, if any
                shadow:"#DBD8D1",       // color of the item shadow, if any
                bgON:"#EEE3A3",           // background color for the items
                bgOVER:"#B6BDD2"        // background color for the item which is under mouse right now
        },
        css:{
                ON:"clsCMOn",           // CSS class for items
                OVER:"clsCMOver"        // CSS class  for item which is under mouse
        }
};


