//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#DDD9D0", "shadow":"#DDD9D0", "bgON":"#DDD9D0","bgOVER":"#DDD9D0", "imagebg":"#DDD9D0", "oimagebg":"#DDD9D0"};
var defcss = {"ON":"menuOn", "OVER":"menuOver"};
var subcss = {"ON":"subMenuOn", "OVER":"subMenuOver"};
var TOP_LEFT = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":1, "borders":[1,1,1,1],"shadow":2, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};
var STYLE_BOTT = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};


var MENU_ITEMS = [
	{"pos":"relative", "size":[15,90], "itemoff":[0,90], "imgsize":[16,27], "leveloff":[0,0], "delay":600, "arrow":"images/arrow.gif", "arrsize":[10,10],  "style":TOP_LEFT},
    
	    {
    	code:"CASE STUDIES", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"BRANDING", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"GRAPHIC", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"WEBSITE", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"ILLUSTRATION", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"PHOTOGRAPHY", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"SERVICES", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"PROFILE", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"CONTACT US", url:"index.htm", "format":{"arrow":null, "image":null}
	},
		{
    	code:"HOME", url:"index.htm", "format":{"arrow":null, "image":null}
	},
];