BLANK_IMAGE = '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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
                bgON:"#42b4fc",         // background color for the items
                bgOVER:"#0263a0"        // 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
	}
};
var STYLE_SUB = {
        border:0,                       // item's border width, pixels; zero means "none"
        shadow:0,                       // item's shadow size, pixels; zero means "none"
        color:{
                border:"#666666",       // color of the item border, if any
                shadow:"#DBD8D1",       // color of the item shadow, if any
                bgON:"#42b4fc",         // background color for the items
                bgOVER:"#0263a0"        // 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
        }
};

var MENU_ITEMS = [
	{pos:[50,204], itemoff:[0,100], leveloff:[30,0], style:STYLE, size:[22,150]},
	{code:"Bio", url: "index.html"},
        {code:"Publications", url: "cgmpubs.html"},
	{code:"Abstracts", url: "cgmabs.html"},
	{code:"Photos", url: "photos.html"},
        {code:"Video", 
         sub:[
                {itemoff:[21,0], style:STYLE_SUB, size:[22,225]},
                {code:"Hidden Oases", url:"hidden_oases.html"},
                {code:"Messing with Nature", url:"mwn.html"}
                ]
        },
	{code:"Cartoons", url: "cartoons.html"}

];

