BLANK_IMAGE="b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
//moved to main html/php page for easier php control of colors and preset color schemes

//items and formats
var MENU_techier =
[
	{"pos":[30,97], "itemoff":[0,89], "leveloff":[22,0], "style":STYLE, "size":[22,90]},
	{code:"Home", url:"http://www.techier.com", "format":{"size":[22,70]}},
	{code:"Multimedia", "format":{"itemoff":[0,70]},
		sub:[
			{"leveloff":[25,-30],"itemoff":[0,69],"style":STYLE2, "size":[22,70]},
			{code:"Images",url:"images.php"},
			{code:"Audio",url:"audio.php"},
			{code:"Video",url:"video.php"},
			{code:"Flash",url:"flash.php","format":{"size":[22,70]}}
		    ]
	},
	{code:"Services",
		sub:[
			{"leveloff":[25,-80],"itemoff":[0,89],"style":STYLE2, "size":[22,90]},
			{code:"Websites",url:"websites.php"},
			{code:"Design",url:"design.php","format":{"size":[22,75]}},
			{code:"Encryption",url:"encrypt.php","format":{"itemoff":[0,74]}}
		]
	},
		{code:"Showcase",
		sub:[
			{"leveloff":[25,-125],"itemoff":[0,99],"style":STYLE2, "size":[22,100]},
			{code:"Power Retouche", url:"powerretouche.php","format":{"size":[22,130]}},
			{code:"CoolJSMenu", url:"cooljsmenu.php","format":{"itemoff":[0,129]},
				sub:[
				    {"leveloff":[23,40], "style":STYLE3, "size":[22,180]},
					{code:"Menu color editing tool",url:"color.php"}
				]
			
			},
			{code:"Contact","format":{"size":[22,73]},
				sub:[
					{"leveloff":[23,40], "style":STYLE3,"size":[22,145]},
					{code:"james@techier.com", url:"mailto:james@techier.com"}
				]
			}
		]
	}
	
];
