
var MENU_ITEMS = [

   ['Home','/Home/index.html',{ 'tw' : '_self' , 'sb' : 'Home'}],
   ['Products','/Products/index.html',{ 'tw' : '_self' , 'sb' : 'Products'},
        ['PC_ATM','/Products/PC_ATM.html',{ 'tw' : '_self' , 'sb' : 'PC_ATM'}],
        ['PC_DEBIT','/Products/PC_DEBIT.html',{ 'tw' : '_self' , 'sb' : 'PC_DEBIT'}],
        ['PC_SWITCH','/Products/PC_SWITCH.html',{ 'tw' : '_self' , 'sb' : 'PC_SWITCH'}],
        ['PC_STARR','/Products/PC_STARR.html',{ 'tw' : '_self' , 'sb' : 'PC_STARR'}],],
   ['Company Info','/Company/index.html',{ 'tw' : '_self' , 'sb' : 'Company Info'},
        ['Company Info','/Company/profile.html',{ 'tw' : '_self' , 'sb' : 'Company Info'}],
        ['Our Partners','/Company/partners.html',{ 'tw' : '_self' , 'sb' : 'Our Partners'}],
        ['Career Opportunities','/Company/careers.html',{ 'tw' : '_self' , 'sb' : 'Career Opportunities'}],],
   ['Support','/Support/index.html',{ 'tw' : '_self' , 'sb' : 'Support'},],
   ['News & Events','/News/index.html',{ 'tw' : '_self' , 'sb' : 'News & Events'},],
   ['Contact Us','/Contact/index.html',{ 'tw' : '_self' , 'sb' : 'Contact Us'}],
 ];

var MENU_POS = [
{
	// item sizes
	'height': 20,
	'width':  180,
	// 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': 0,
	'block_left':  0,
	// 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': 50,
	'expd_delay': 50,
	'css' : {
		'outer': ['main_menu_hi_out', 'main_menu_hi_over'],
		'inner': ['main_menu_out', 'main_menu_over']
	}
},
{
	'height': 20,
	'width': 199,
	'block_top': 0,
	'block_left':140,
	'top': 21,
	'left': 0,
	'css': {
		'outer' : ['sub_menu_hi_out', 'sub_menu_hi_over'],
		'inner' : ['sub_menu_out', 'sub_menu_over']
	}
},
{

	'block_top': 0,
	'block_left':140,
	'css': {
		'outer' : ['sub_menu_hi_out', 'sub_menu_hi_over'],
		'inner' : ['sub_menu_out', 'sub_menu_over']
	}

}
]
