BLANK_IMAGE = 'img/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"white",	// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var productmenu_items = [
	{pos:[369,66], itemoff:[0,99], leveloff:[21,0], size:[21,80]},
	{code:'<img src="img/menubar/productbutton.jpg" width="80" height="21" />',
		ocode:'<img src="img/menubar/productbuttond.jpg" width="80" height="21" />',
		url:"intro.htm",
sub:[
			{itemoff:[21,0]},
			{code:"Introduction" ,url:"intro.htm", style:STYLE, size:[23, 160],
				sub:[

				]
			},
			{code:"Wired V-Mouse" ,url:"wired.htm", style:STYLE, size:[23, 160],

				sub:[

				]
			},
			{code:"Wireless V-Mouse",url:"wireless.htm", style:STYLE, size:[23, 160],

				sub:[

				]
			},
			
			{code:"Service & Support", url:"service.htm", style:STYLE, size:[23, 160],

				sub:[

				]
			},
			{code:"Video Tutorials", url:"tutorials.html", style:STYLE, size:[23, 160],

				sub:[

				]
			}
		]
	},

];

