var BLANK_IMAGE="images/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#a54000", "bgON":"#000000","bgOVER":"763106"};
var color2 = {"border":"#a54000", "bgON":"#000000","bgOVER":"763106"};
var color3 = {"border":"#a54000", "bgON":"#222222","bgOVER":"763106"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css2 = {"ON":"clsCMOn2", "OVER":"clsCMOver2"};
var STYLE = {"border":1, "color":color, "css":css};
var STYLE2 = {"border":1, "color":color2, "css":css};
var STYLE3 = {"border":1, "color":color3, "css":css};
//items and formats
var MENU_ITEMS =
[
	{"pos":[0,0], "itemoff":[0,96], "leveloff":[0,0], "style":STYLE, "size":[24,97]},
	{code:"home", "url":"index.html"
				},
	{code:"portfolio", "format":{"itemoff":[0,96], "size":[24,121]},
		sub:[
				{"leveloff":[29,0], "size":[24,121]},
				{code:"graphic design", "url":"print.html", "format":{style:STYLE2, size:[24,121]},
					sub:[
					{"leveloff":[23,0], "size":[25,121]},
					{code:"logo design", "url":"logo.html", "format":{style:STYLE2, size:[24,121]}
					},
					{code:"marketing", "url":"marketing.html", "format":{itemoff:[23,0], style:STYLE2, size:[24,121]}
					},
					{code:"illustration", "url":"illustration.html", "format":{itemoff:[23,0], style:STYLE2, size:[24,121]}
					},
					]
				},
				{code:"web design", "url":"web.html", "format":{itemoff:[0,120], style:STYLE2, size:[24,97]}
				},
				]
			},
	{code:"contact", "url":"contact.html", "format":{"itemoff":[0,120]}}
];

