var BLANK_IMAGE="images/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#ffffff", "bgON":"DEDBC0","bgOVER":"#cc9933"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":1, "color":color, "css":css};
//items and formats
var MENU_ITEMS =
[
	{"pos":[-20,0], "itemoff":[24,0], "leveloff":[0,-179], "style":STYLE, "size":[25,150]},
	{code:"home", "url":"index.html" 
	},
	{"code":"3d portfolio",
	        sub:[
				 {"size":[25,180]},
			     {code:"residential", "url":"residential_renderings.html"},
			     {code:"commercial", "url":"commercial_renderings.html"},
			     {code:"interiors", "url":"interior_renderings.html"},
			     {code:"additions", "url":"additions_renderings.html"},
				 {code:"furniture", "url":"furniture_renderings.html"},
				 {code:"virtual reality CG", "url":"virtual_reality.html"},
				 {code:"CG illustrations", "url":"computer_graphic_illustrations.html"},
			    ]
    },
	{"code":"other media portfolio",
	        sub:[
				 {"size":[25,180]},
			     {code:"virtual reality photographs", "url":"virtual_reality_photographs.html"},
			     {code:"web design", "url":"web_design.html"},
			    ]
	},
	{"code":"what we need to start",
	        sub:[
				 {"size":[25,180]},
			     {code:"exterior", "url":"start_exterior.html"},
			     {code:"interior", "url":"start_interior.html"},
			    ]
    },
	{"code":"process - step by step",
	        sub:[
				 {"size":[25,180]},
			     {code:"exterior", "url":"process_exterior.html"},
			     {code:"interior", "url":"process_interior.html"},
			    ]
    },
    {code:"company",
		sub:[
				 {"size":[25,180], "leveloff":[-24,-179]},
			     {code:"services", "url":"services.html"},
				 {code:"contact", "url":"contact.html"},
		     ]
	},
	{code:"clients' accounts", "url":"clients/index.php" 
	},
];