var MENU_POS = [
{
	// item sizes
	'width': 120,
	'height': 20,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 116,
	'block_left': 20,
	// offsets between items of the same level
	'top': 21,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': -200,
	'css' : {
		'inner' : 'minner',
		'outer' : ['moout', 'moover']
	}
},
{
	'width': 140,
	'block_top': 16,
	'block_left': -120
},
{
	'block_left': 130
}
]

var MENU_ITEMS = [
  ['Home', 'index.html'],
  ['About Numerit', 'info.htm'],
  ['What\'s New', 'new.htm'],
  ['Products', 'prod.htm'],
  ['Ordering', 'order.htm'],
  ['Download', 'download.htm'],
  ['Updates', 'update.htm'],
  ['Applications', 'app.htm'],
  ['Samples', 'samples.htm'],
  ['Demos', 'demos.htm'],
  ['Numerit-GSL', 'gsl.htm'],
  ['Users Say', 'letters.htm'],
  ['Contact Us', 'contact.htm']
];

