

var BLANK_IMAGE = "images/filler.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:"#991133",   // color of the item border, if any
        shadow: "#991133",   // color of the item shadow, if any
        bgON:"#333333",       // 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:0,           // item's shadow size, pixels; zero means "none"
    borders:[0,0,0,0],
    color:{
        border:"#991133",   // color of the item border, if any
        shadow: "#991133",   // color of the item shadow, if any
        bgON:"#333333",       // background color for the items
        bgOVER:"#000000"    // background color for the item which is under mouse right now
    },
    css:{
        ON:"clsCMOver",       // CSS class for items
        OVER:"clsCMOver1"    // CSS class  for item which is under mouse
    }
};
