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,100], "leveloff":[22,0], "style":STYLE, "size":[22,100]},
	{code:"Level 1", "format":{"size":[22,100]},
		sub:[
			{"leveloff":[19,30],"itemoff":[21,0],"style":STYLE2, "size":[22,100]},
			{code:"Level 2",
				sub:[
					{"leveloff":[12,70], "itemoff":[21,0],"style":STYLE3},
					{code:"Level 3"},
					{code:"Dynamic"},
					{code:"Innovative"}
				]
			},
			{code:"Contacts",
				sub:[
					{"leveloff":[12,73], "itemoff":[21,0],"style":STYLE3},
					{code:"info"},
					{code:"facts"}
				]
			},
			{code:"Coding",
				sub:[
					{"leveloff":[12,84], "itemoff":[21,0],"style":STYLE3},
					{code:"PHP"},
					{code:"Java"},
					{code:"Javascript"},
					{code:"DHTML"}
				]
			}
		]
	},
	{code:"Multimedia", "format":{"itemoff":[0,100]},
		sub:[
			{"leveloff":[19,30],"itemoff":[21,0],"style":STYLE2, "size":[22,100]},
			{code:"Level 2",
				sub:[
					{"leveloff":[10,80], "itemoff":[21,0],"style":STYLE3},
				{code:"Level 3"},
				{code:"Flash"}
				]
			},
			{code:"Audio",
				sub:[
					{"leveloff":[10,85], "itemoff":[21,0],"style":STYLE3},
				{code:"Voice"},
				{code:"Jingles"}
				]
			},
			{code:"Video",
				sub:[
					{"leveloff":[10,85], "itemoff":[21,0],"style":STYLE3},
				{code:"miniDV"},
				{code:"DVD"}
				]
			}
		    ]
	},
	{code:"Level 2 view", "format":{"itemoff":[25,400], "style":STYLE2, "size":[22,125]}},
	{code:"Level 3 view", "format":{"itemoff":[15,135], "style":STYLE3, "size":[22,125]}}
];

