//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#E0E0E0", "bgON":"#E0E0E0","bgOVER":"#D0D0D0"};
var color2 = {"border":"#D8D8D8", "bgON":"#D8D8D8","bgOVER":"#C8C8C8"};
var color3 = {"border":"#FFFFFF", "bgON":"#FFFFFF","bgOVER":"#FFFFFF"};
var css = {"ON":"on", "OVER":"over"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var STYLE2 = {"border":0, "shadow":0, "color":color2, "css":css};
var STYLE3 = {"border":0, "shadow":0, "color":color3, "css":css};

//items and formats
var MENU_ITEMS =
[
	{"pos":[0,82], "itemoff":[16,0], "leveloff":[0,120], "style":STYLE, "size":[16,120]},

	{code:"&nbsp;:: SilenX PSUs","format":{"style":STYLE2},
		sub:[
			{"itemoff":[16,0]},
			{code:"&nbsp;&nbsp;Luxurae Series",url:"viewCat_Z.asp?idCategory=20","format":{"style":STYLE}},
			{code:"&nbsp;&nbsp;Pro Series",url:"viewCat_Z.asp?idCategory=18","format":{"style":STYLE2}},
			{code:"&nbsp;&nbsp;Plus Series",url:"viewCat_Z.asp?idCategory=2","format":{"style":STYLE}},
			{code:"&nbsp;&nbsp;Micro Series",url:"viewCat_Z.asp?idCategory=19","format":{"style":STYLE2}},			
		]
	},	
	{code:"&nbsp;:: SilenX Fans","format":{"style":STYLE},
		sub:[
			{"itemoff":[16,0]},
			{code:"&nbsp;&nbsp;Quiet Fans",url:"viewCat_Z.asp?idCategory=3","format":{"style":STYLE2}},
			{code:"&nbsp;&nbsp;Quiet LED Fans",url:"viewCat_Z.asp?idCategory=21","format":{"style":STYLE}},			
		]
	},	
	{code:"&nbsp;:: SilenX Heatsinks","format":{"style":STYLE2},
		sub:[
			{"itemoff":[16,0]},
			{code:"&nbsp;&nbsp;Socket A/462/754",url:"viewCat_Z.asp?idCategory=4","format":{"style":STYLE}},
			{code:"&nbsp;&nbsp;Socket 478/603/604",url:"viewCat_Z.asp?idCategory=5","format":{"style":STYLE2}},
			{code:"&nbsp;&nbsp;GPU Cooler",url:"viewCat_Z.asp?idCategory=6","format":{"style":STYLE}},
			{code:"&nbsp;&nbsp;HDD Cooler",url:"viewCat_Z.asp?idCategory=7","format":{"style":STYLE2}},
			{code:"&nbsp;&nbsp;Chipset Cooler",url:"viewCat_Z.asp?idCategory=8","format":{"style":STYLE}},
		]
	},
	{code:"","format":{"style":STYLE3}},
	{code:"&nbsp;:: SilenX News",url:"news.asp","format":{"style":STYLE}},
	{code:"&nbsp;:: SilenX Reviews",url:"reviews.asp","format":{"style":STYLE2}},
	{code:"&nbsp;:: SilenX Articles",url:"articles.asp","format":{"style":STYLE}},
	{code:"&nbsp;:: US Resellers",url:"us.asp","format":{"style":STYLE2}},
	{code:"&nbsp;:: Overseas Sales",url:"international.asp","format":{"style":STYLE}},
];