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:"",	// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"",		// CSS class for items
		OVER:""		// CSS class  for item which is under mouse
	}
};

var productmenu_items = [
	{pos:[369,97], itemoff:[0,99], leveloff:[21,0], style:STYLE, 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" />',
sub:[
			{itemoff:[21,0]},
			{code:'<img src="img/menubar/introbutton.png" width="180" height="21" />',
				ocode:'<img src="img/menubar/introbuttond.png" width="180" height="21" />',url:"intro.htm",
				sub:[

				]
			},
			{code:'<img src="img/menubar/wmousebutton.png" width="180" height="21" />',
				ocode:'<img src="img/menubar/wmousebuttond.png" width="180" height="21" />',url:"wired.htm",
				sub:[

				]
			},
			{code:'<img src="img/menubar/wlmousebutton.png" width="180" height="21" />',
				ocode:'<img src="img/menubar/wlmousebuttond.png" width="180" height="21" />',url:"wireless.htm",
				sub:[

				]
			},
			{code:'<img src="img/menubar/btabutton.png" width="180" height="21" />',
				ocode:'<img src="img/menubar/btabuttond.png" width="180" height="21" />',url:"bta.htm",
				sub:[

				]
			},
			{code:'<img src="img/menubar/servicebutton.png" width="180" height="21" />',
				ocode:'<img src="img/menubar/servicebuttond.png" width="180" height="21" />',url:"service.htm",
				sub:[

				]
			}
		]
	},

];
