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:"#00c6c6",		// background color for the items
		bgOVER:"#ffaa00"	// 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:"#00c6c6",         // background color for the items
                bgOVER:"#ffaa00"        // 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:[30,170], itemoff:[0,100], leveloff:[23,0], style:STYLE, size:[22,200]},
	{code:"Home", url: "index.html", itemoff:[0,50]},
	{code:"Introduction", url: "1%20Web%20page%20intro.html"},
	{code:"Morphology",
		sub:[
	        {itemoff:[21,0], style:STYLE_SUB, size:[22,125]},
		{code:"Introduction", url:"2%20Morphology%20Intro.html"},
		{code:"Stalk", url:"3%20Morphology%20Stalk.html"},
		{code:"Crown", url:"4%20Morphology%20crown%20&%20calyx.html"},
		{code:"Articulations", url:"5%20Morphology%20Articulations.html"},
		{code:"Symbols", url:"6%20Morphology%20Symbols.html"}
		]

	},
        {code:"Feeding",
                sub:[
	        {itemoff:[21,0], style:STYLE_SUB, size:[22,100]},
                {code:"Mechanism", url:"8%20Feeding%20mechanism.html"},
                {code:"Postures", url:"9%20Feeding%20postures.html"},
                {code:"Diets", url:"10%20Crinoid%20diets.html"},
                ]

        },
        {code:"Ecology",
                sub:[
	        {itemoff:[21,0], style:STYLE_SUB, size:[22,100]},
                {code:"Predation", url:"11%20Predation.html"},
                ]

        },

       {code:"Systematics",
                sub:[
	        {itemoff:[21,0], style:STYLE_SUB, size:[22,300]},
                {code:"Curation and Taxonomy", url:"7%20Curation%20and%20taxonomy.html"},
                {code:"Artificial key to families of living crinoids", url:"artificial_key_crinoids.pdf"},
                {code:"Crinoid type specimens", url:"crinoidtype/crinoid_type.html"}
                ]

        }

];

