
var BLANK_IMAGE = "images/b.gif";

var STYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#770011",   // color of the item border, if any
        shadow: "#000000",   // color of the item shadow, if any
        bgON:"#000000",       // background color for the items
        bgOVER:null    // background color for the item which is under mouse right now
    },
    css:{
        ON:"clsCMOver",       // CSS class for items
        OVER:"clsCMOver"    // CSS class  for item which is under mouse
    }
};

var zSTYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:1,           // item's shadow size, pixels; zero means "none"
    borders:[0,0,0,0],
    color:{
        border:"#770011",   // color of the item border, if any
        shadow: "#000000",   // color of the item shadow, if any
        bgON:"#991133",       // background color for the items
        bgOVER:"#000000"    // background color for the item which is under mouse right now
    },
    css:{
        ON:"clsCMOver1",       // CSS class for items
        OVER:"clsCMOver1"    // CSS class  for item which is under mouse
    }
};
