//blank image
var BLANK_IMAGE="_images/spacer.gif";

//keywords
var code="code";var url="url";var sub="sub";

//styles
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css2 = {"ON":"clsCMOn2", "OVER":"clsCMOver2"};

var color1 = {"border":"#F4F6FB", "shadow":"#676767", "bgON":"#F4F6FB","bgOVER":"#0271B9"};
var color2 = {"border":"#999999", "shadow":"#676767", "bgON":"#F4F6FB","bgOVER":"#0271B9"};
var color3 = {"border":"#999999", "shadow":"#676767", "bgON":"#F4F6FB","bgOVER":"#0271B9"};
var color4 = {"border":"#999999", "shadow":"#676767", "bgON":"#F4F6FB","bgOVER":"#0271B9"};

var STYLE1 = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":color1, "css":css};
var STYLE2 = {"border":1, "borders":[1,1,1,0], "shadow":0, "color":color2, "css":css};
var STYLE3 = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":color3, "css":css2};
var STYLE4 = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":color4, "css":css2};

//items and formats
var MENU_ITEMS =
[
	{"pos":"relative", "itemoff":[24,0], "leveloff":[0,0], "style":STYLE1, "size":[23,168]},
		{code:"Qtek Nederland", url:"about.asp", "format":{"arrow":"_images/arrow.gif", "oarrow":"_images/arrow1.gif", "arrsize":[13,13]},
			sub:[
				{"leveloff":[-2,166], "itemoff":[23,0], "style":STYLE3, "size":[23,167]},
				{code:"Over Qtek Nederland", url:"about.asp", "format":{"style":STYLE2}},
				{code:"Informatie voor de Pers", url:"press.asp", "format":{"style":STYLE4}},
			]
		},
		{code:"Product Informatie", url:"products.asp", "format":{"arrow":"_images/arrow.gif", "oarrow":"_images/arrow1.gif", "arrsize":[13,13]},
			sub:[
				{"leveloff":[-2,166], "itemoff":[23,0], "style":STYLE3, "size":[23,168]},
				{code:"8500 Smartphone", url:"8500_features.asp", "format":{"style":STYLE2},
					sub:[
						{"leveloff":[-3,165], "itemoff":[23,0], "style":STYLE3, "size":[23,165]},
						{code:"Toestel Kenmerken", url:"8500_features.asp", "format":{"style":STYLE2}},
						{code:"Technische Specificaties", url:"8500_specs.asp"},
						{code:"3D Afbeelding", url:"8500_3d.asp"},
						{code:"Accessoires", url:"8500_acc.asp"},
						{code:"Service & Ondersteuning", url:"support.asp", "format":{"style":STYLE4}},
					]
				},
				{code:"8300 Smartphone", url:"8300_features.asp",
					sub:[
						{"leveloff":[-3,165], "itemoff":[23,0], "style":STYLE3, "size":[23,165]},
						{code:"Toestel Kenmerken", url:"8300_features.asp", "format":{"style":STYLE2}},
						{code:"Technische Specificaties", url:"8300_specs.asp"},
						{code:"3D Afbeelding", url:"8300_3d.asp"},
						{code:"Accessoires", url:"8300_acc.asp"},
						{code:"Service & Ondersteuning", url:"support.asp", "format":{"style":STYLE4}},
					]
				},
				{code:"8310 Smartphone", url:"8310_features.asp",
					sub:[
						{"leveloff":[-3,165], "itemoff":[23,0], "style":STYLE3, "size":[23,165]},
						{code:"Toestel Kenmerken", url:"8310_features.asp", "format":{"style":STYLE2}},
						{code:"Technische Specificaties", url:"8310_specs.asp"},
						{code:"3D Afbeelding", url:"8310_3d.asp"},
						{code:"Accessoires", url:"8310_acc.asp"},
						{code:"Service & Ondersteuning", url:"support.asp", "format":{"style":STYLE4}},
					]
				},
				{code:"S200 PocketPC Phone", url:"S200_features.asp",
					sub:[
						{"leveloff":[-3,165], "itemoff":[23,0], "style":STYLE3, "size":[23,165]},
						{code:"Toestel Kenmerken", url:"S200_features.asp", "format":{"style":STYLE2}},
						{code:"Technische Specificaties", url:"S200_specs.asp"},
						{code:"3D Afbeelding", url:"S200_3d.asp"},
						{code:"Accessoires", url:"S200_acc.asp"},
						{code:"Service & Ondersteuning", url:"support.asp", "format":{"style":STYLE4}},
					]
				},
				{code:"9000 PocketPC Phone", url:"9000_features.asp",
					sub:[
						{"leveloff":[-3,165], "itemoff":[23,0], "style":STYLE3, "size":[23,165]},
						{code:"Toestel Kenmerken", url:"9000_features.asp", "format":{"style":STYLE2}},
						{code:"Technische Specificaties", url:"9000_specs.asp"},
						{code:"3D Afbeelding", url:"9000_3d.asp"},
						{code:"Accessoires", url:"9000_acc.asp"},
						{code:"Service & Ondersteuning", url:"support.asp", "format":{"style":STYLE4}},
					]
				},
				{code:"9100 PocketPC Phone", url:"9100_features.asp", "format":{"style":STYLE4},
					sub:[
						{"leveloff":[-3,165], "itemoff":[23,0], "style":STYLE3, "size":[23,165]},
						{code:"Toestel Kenmerken", url:"9100_features.asp", "format":{"style":STYLE2}},
						{code:"Technische Specificaties", url:"9100_specs.asp"},
						{code:"3D Afbeelding", url:"9100_3d.asp"},
						{code:"Accessoires", url:"9100_acc.asp"},
						{code:"Service & Ondersteuning", url:"support.asp", "format":{"style":STYLE4}},
					]
				},

			]
		},
		{code:"Service & Ondersteuning", url:"support.asp"},
		{code:"Waar te Koop?", url:"buy.asp"},
		{code:"Contact Opnemen", url:"contact.asp"},
];
