
BLANK_IMAGE="gfx/pixel.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#C8C8C8", "shadow":"#828282", "bgON":"#FAFAFA","bgOVER":"#C8C8C8"};
var color2 = {"border":"#666666", "shadow":"#828282", "bgON":"transparent","bgOVER":"transparent"};
var css = {"ON":"clsCMOnH", "OVER":"clsCMOver"};
var css2 = {"ON":"clsCMOn", "OVER":"clsCMOverSub"};
var STYLE = {"border":1, "shadow":1, "color":color, "css":css2};
var STYLE2 = {"border":0, "shadow":0, "color":color2, "css":css};
//items and formats
var MENU_ITEMS =
[
	{"pos":[0,0], "itemoff":[0,100], "leveloff":[21,-1], "style":STYLE2, "size":[20,70]},
	{code:"welcome", url:"#", "format":{"size":[20,60]},
		sub:[
			{"itemoff":[25,0]},
			{code:"Introduction", url:"splash.html", "format":{"style":STYLE, "size":[26,120]}},
			{code:"History", url:"history.html", "format":{"style":STYLE, "size":[26,120]}}
		]
	},
	{code:"products", url:"#", "format":{"size":[20,60], "itemoff":[0,70]},
		sub:[
			{"itemoff":[49,0]},
			{code:"<p><b>X-60</b></p><p>Reference S/PDIF digital and video interconnect</p>", url:"intro.html", "format":{"style":STYLE, "size":[50,160]}},
			{code:"<p><b>O2 AES/EBU</b></p><p>Coming soon!</p>", url:"#", "format":{"style":STYLE, "size":[40,160]}}
		]
	},
	{code:"technology", url:"#", "format":{"size":[20,75], "itemoff":[0,70]},
		sub:[
			{"itemoff":[25,0]},
			{code:"Specifications",          url:"techinfo.html",     "format":{"style":STYLE, "size":[26,160]}},
			{code:"Inside the X-60",         url:"techinfo2.html",    "format":{"style":STYLE, "size":[26,160]}},
			{code:"A word from the experts", url:"techinfo3.html",    "format":{"style":STYLE, "size":[26,160]}}
		]
	},
	{code:"buy now", url:"#", "format":{"size":[20,60], "itemoff":[0,85]},
		sub:[
			{"itemoff":[25,0]},
			{code:"Buy online",              url:"buynow.html",       "format":{"style":STYLE, "size":[26,120]}},
			{code:"Pay by check",            url:"buynow_check.html", "format":{"style":STYLE, "size":[26,120]}},
			{code:"Privacy policy",          url:"privacy.html",      "format":{"style":STYLE, "size":[26,120]}}
		]
	},
	{code:"about us", url:"#", "format":{"size":[20,60], "itemoff":[0,70]},
		sub:[
			{"itemoff":[25,0]},
			{code:"Contact i2Digital",       url:"contact.html",      "format":{"style":STYLE, "size":[26,120]}}
		]
	}
];

