/*
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
/*
var SITE_ITEMS = [
	['HOME', "/index.php", null],
	['PUBLICATONS', './welcome.php', 
		['The Otago Daily Times', 'odt.php', null],
		['The Star', 'star.php', null],
		['Ashburton\'s The Courier', 'courier.php', null],
		['Central Otago News', 'central.php', null],
		['The Ensign', 'ensign.php', null],
		['Southern Rural Life', 'srl.php', null],
		['Southland Express', 'southland.php', null],
		['The Greymouth Evening Star', 'greymouth.php', null],
		['The Messenger', 'messenger.php', null],
		['The West Coast Times', 'wctimes.php', null],
		['Timaru\'s The Courier', 'timaru.php', null]
	],
	['DIVISIONS', './search.php?occupation%5B%5D=20', 
		['Commercial Printing', 'comprint.php', null],
		['Commercial Type Setting', 'commercial.php', null],
		['ODT Print', 'odtprint.php', null],
		['Star Shop', 'starshop.php', null],
		['Television, Channel 9', 'ch9.php', null],
		['Voiced Information Services', 'voiced.php', null]
	],
	['CAREERS', 'careers.php', null],
	['CONTACTS', 'contacts.php', null]
]
*/

var PUB_MENU = [
	['', null, null,
		['The Otago Daily Times', 'papers.php?pub=odt', null],
		['The Star', 'papers.php?pub=str', null],
		['The Ensign', 'papers.php?pub=ens', null],
		['Central Otago News', 'papers.php?pub=co', null],
		['Timaru\'s The Courier', 'papers.php?pub=tim', null],
		['Southern Rural Life', 'papers.php?pub=srl', null],
		['Southland Express', 'papers.php?pub=sexpress', null],
		['The Greymouth Star', 'papers.php?pub=gs', null],
		['The Messenger', 'papers.php?pub=ms', null],
		['The West Coast Times', 'papers.php?pub=wct', null],
		['Courier Country', 'papers.php?pub=ccountry', null],
		['Ashburton\'s The Courier', 'papers.php?pub=ash', null],
		['Hurunui News', 'papers.php?pub=hurunui', null]
	]
];
var DIV_MENU = [
	['', null, null,
		['Television, Channel 9', 'divs.php?div=ch9', null],
		['Commercial Printing', 'divs.php?div=comprint', null],
		['Commercial Type Setting', 'divs.php?div=comtype', null],
		['ODT Print', 'divs.php?div=odtprint', null],
		['Star Shop', 'divs.php?div=starshop', null],
		['Voiced Information Services', 'divs.php?div=voi', null]
	],
];

var CAREER_MENU = [
	['', null, null, 
		['Current Jobs', 'currentjobs.php', null],
		['Register Interest', 'careers.php', null]
	],
];

var LINKS_MENU = [
	['', null, null, 
		['ODT Online Edition', 'http://www.odt.co.nz', null],
		['ODT Employment', 'http://employment.odt.co.nz', null],
		['Digital Products', 'http://digital.odt.co.nz', null],
		['Regional Publications&nbsp;&nbsp;&nbsp;>', null, null,
			['The Star', 'http://www.thestar.co.nz', null], 
			['The Ensign', 'http://www.theensign.co.nz', null],
			['The News', 'http://www.thenews.co.nz', null],
			['Timaru Courier', 'http://www.timarucourier.co.nz', null]
		],
		['Dunedin Television', 'http://www.ch9.co.nz', null]
	],
];
// Account for differences in height between
var block_top = (document.all) ? 64 : 59;

var PUB_POS = [
{
	// item sizes
	'width': 180,
	'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':block_top,
	'block_left':130,
	//'block_left':114,
	// offsets between items of the same level
	'top':20,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 300,
	'expd_delay': 75,
	'css' : {
		'inner' : ['menuItemIn', 'menuItemOver'],
		'outer' : 'menuItemOut'
	}
}
];

var DIV_POS = [
{
	// item sizes
	'width': 180,
	'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':block_top,
	//'block_left':167,
	'block_left':181,
	// offsets between items of the same level
	'top':20,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 300,
	'expd_delay': 75,
	'css' : {
		'inner' : ['menuItemIn', 'menuItemOver'],
		'outer' : 'menuItemOut'
	}
}
];

var CAREER_POS = [
{
	// item sizes
	'width': 180,
	'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':block_top,
	//'block_left':167,
	'block_left':218,
	// offsets between items of the same level
	'top':20,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 300,
	'expd_delay': 75,
	'css' : {
		'inner' : ['menuItemIn', 'menuItemOver'],
		'outer' : 'menuItemOut'
	}
}
];

var LINKS_POS = [
{
	// This is for the first level menu (the menu heading-  which we are not using!!!)
	// item sizes
	'width': 180,
	'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':block_top,
	//'block_left':167,
	'block_left':252,
	// offsets between items of the same level
	'top':20,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 300,
	'expd_delay': 75,
	'css' : {
		'inner' : ['menuItemIn', 'menuItemOver'],
		'outer' : 'menuItemOut'
	}
},{
	//This is for the second level menu - the menu items
	// item sizes
	'width': 180,
	'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':block_top,
	//'block_left':167,
	'block_left':252,
	// offsets between items of the same level
	'top':20,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 300,
	'expd_delay': 75,
	'css' : {
		'inner' : ['menuItemIn', 'menuItemOver'],
		'outer' : 'menuItemOut'
	}
},{
	//This is for the third level menu - the sub-menu items
	// item sizes
	'width': 180,
	'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':0,
	//'block_left':167,
	'block_left':180,
	// offsets between items of the same level
	'top':20,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 300,
	'expd_delay': 75,
	'css' : {
		'inner' : ['menuItemIn', 'menuItemOver'],
		'outer' : 'menuItemOut'
	}
}
];