BLANK_IMAGE = 'b.gif';
var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"clsCMOn",
		OVER:"clsCMover"
	}
};

var NOLINK = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"clsCMOn",
		OVER:"clsnolink"
	}
};
var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"paleturquoise"	// 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 SUBSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"paleturquoise"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsSUBOn",		// CSS class for items
		OVER:"clsSUBOver"	// CSS class  for item which is under mouse
	}
};
var SPEC = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"clsSPOn",
		OVER:"clsSPover"
	}
};

var MENU_ITEMS = [
	{pos:[50,220], itemoff:[21,0], leveloff:[0,99], style:NOSTYLE, size:[24,550]},
	{code:"ALPACAS - TELL ME MORE", url:"general.htm",  format:{itemoff:[24,0]}
		
	},
	{code:"OUR ALPACA EXPERIENCES", url:"us.htm", format:{itemoff:[24,0]}
		
	},
        {code:"AZTEC HERDSIRES", url:"herdsire.htm", format:{itemoff:[24,0]}
    },
        {code:"OUR ANIMALS", url:"ouranimals.php",format:{itemoff:[24,0]}
		
	},
		{code:"CRIA CROPS",format:{itemoff:[24,0],style:NOLINK},
		sub:[
			{itemoff:[20,10], leveloff:[0,110], style:SUBSTYLE, size:[20,50]},
			{code:"2010", url:"cria10.php"
			},
			{code:"2009", url:"cria09.php"
			},
			{code:"2008", url:"cria08.html"
			},
			{code:"2007", url:"cria07.html"
			},
			{code:"2006", url:"cria06.html"
			},
			{code:"2005", url:"cria05.html"
			},
			{code:"2004", url:"cria04.html"
			},
			{code:"2003", url:"cria03.html"
			},
			{code:"2002", url:"cria02.htm"
			},
			{code:"2001", url:"cria01.htm"
			},
			{code:"2000", url:"cria00.htm"
			},
			{code:"1999", url:"cria99.htm"
			}
		]
       },
        {code:"PARADE OF CHAMPIONS", url:"champs.html",format:{itemoff:[24,0]}
        },
        
        {code:"ALPACAS FOR SALE", url:"salelist.php",format:{itemoff:[24,0]}
        },
		{code:"* TRIBUTE TO SNAPPY * Nov 2008", url:"snappy.html",format:{itemoff:[24,0],style:SPEC, size:[24,400]}
        },
		{code:"OUR CUSTOMERS", url:"clientmap.htm",format:{itemoff:[24,0]}
        },
		{code:"EXPORTS TO ENGLAND", url:"exports.htm",format:{itemoff:[24,0]}
        },
		{code:"Canadian National Alpaca Sale & Futurity", url:"http://www.cnalpaca.com",target:"_blank",format:{itemoff:[24,0], size:[24,400]}
        },
	    
        {code:"ALPACA LINKS", url:"sites.htm", format:{itemoff:[24,0]}
         },
        {code:"CONTACT US", url:"contact.html", format:{itemoff:[24,0]}
	}
];
