/*
  --- 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.
*/

/*  THIS IS THE  TOP MENU  ABOVE IMAGE    OR   TOP HORIZONTAL MENU */  

var MENU_POS1 = [
{
	// item sizes
	// THIS IS THE                   ABOVE IMAGE MENU     OR     TOP HORIZONTAL MENU  
	// BAR SIZE     ****** was 194 ******    MODIF   2006-10-16  mr
	// BAR SIZE     ****** was 178 ******    MODIF   2006-11-29  mr
	// BAR SIZE     ****** NOW 135 and 130 ******    MODIF   2006-11-29  mr		
	// 	'height': 24,  was 22 added 2 px to just overlap a bit over picture
	//  	'width': 134,  was 134 took of 1 px  to 133 
	'height': 24,
	'width': 133,
	// 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
	//	BAR POSITION TOP CHANGED from 57 to 80 to 70 to 66 TOP changed2k7/09/30  TO  0
	// and LEFT from 185 to 190 to 185 to 185 (07-04-15) Test OK, EVEN with center pict  2k7/09/30 WAS 184 
	'block_top': 0,
	'block_left': 184,    // was 186 chgd 2007-11-18 was of to left by 1 click ,  2009-03-08 back to 186 
	// block_left': 209  is from LEFT SIDE OF PAGE	LAST 186   NO GO 2007-10-05
	// block_left': 189   or MINUS 20 from previous settings 2007/02/15	
	// offsets between items of the same level
	'top': 0,
	// WIDTH OF EACH ITEM   ******  was 119 ******         NO GO                MODIFIED 2005/12/26
	// WIDTH OF EACH ITEM   ******  was 123 ******         Added 12 for each             MODIFIED 2006/11/29
	'left': 134,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}
},
{
	// 1st BLOCK OF TO MENU BAR 
	'height': 20,
// WIDTH OF ITEM BLOCKS IN TOP HORIZONTAL  MENU
// changed 2009-11-13 to widen was 320
	'width': 370,
	'block_top': 23,
	'block_left': 0,
	'top': 21,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	// 2nd BLOCK (items of 1st blocks) POSITION 
	'block_top': 10,
	'block_left': 70,
	'css' : {
		'outer' : ['m0l2oout', 'm0l2oover'],
		'inner' : ['m0l1iout', 'm0l2iover']
	}
}
]
