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:"#666666",		// background color for the items
		bgOVER:"#333333"	// 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 MENU_ITEMS = [
	{pos:"relative", itemoff:[0,168], leveloff:[0,0], style:STYLE, size:[27,168], blankImage:"images/blank.gif"},
	{code:"Home", "url":"index.htm"},
	{code:"About",
		sub:[
			{itemoff:[27,0], leveloff:[25,0]},
			{code:"History", "url":"sdhistory.htm"},
			{code:"Business Profile", "url":"sdprofile.htm"},
			{code:"Spec's", "url":"binobotspec.htm"}
		]
	},
//	{code:"Investor Info",
//		sub:[
//			{itemoff:[27,0], leveloff:[25,0]},
//			{code:"The Opportunity", "url":"investor_intro.htm"},
//			{code:"Access Request", "url":"investor_access_req.htm"},
//			{code:"Access/LogIn", "url":"investor_login.htm"}
//		]
//	},
//	{code:"Survey", "url":"survey.htm"},	
	{code:"Image Galleries",
		sub:[
			{itemoff:[27,0], leveloff:[25,0]},
			{code:"Rendering", "url":"rendering.htm"},
			{code:"Bino-Bot Model", "url":"modelgallery.htm"},
			{code:"Stills", "url":"gal_stil_intro.htm"},
			{code:"Video", "url":"gal_vid_intro.htm"}
	]	
	},
	{code:"Contact Us", "url":"contact.htm"},
	{code:"Links", "url":"links.htm"},
];

