

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:"#ccb66c",   // color of the item border, if any
        shadow: "#ccb66c",   // color of the item shadow, if any
        bgON:"#ccb66c",       // background color for the items
        bgOVER:null    // background color for the item which is under mouse right now
    }
};

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:"#ccb66c",   // color of the item border, if any
        shadow: "#ccb66c",   // color of the item shadow, if any
        bgON:"#ccb66c",       // background color for the items
        bgOVER:"#ffffff"    // background color for the item which is under mouse right now
    }
};

