// level scope settins structure



if(window.XMLHttpRequest)

	{	// IE 7 browser

		if(window.ActiveXObject)

		{
			var check=1;
			
			var x=-874;

			var y=-2;

	 	// alert("Loading IE7 css Location");

		}

		else // opera browsers, firfox

		{	

			var x=-.5;

			var y=-2;

			

	//	 alert("fire fox");

		}

	}

	else	// IE 6 browser

	{	

		var x=-879;

		var y=3;

	//	 alert("Loading IE6 css Location");

	}



if(window.ActiveXObject)

{


		
var MENU_TPL = [

// root level configuration (level 0)

{

	// item sizes

	'height': 26,

		/*if(window.ActiveXObject)

		{*/
	 //only right box
	'width':174,
	
		/*}else{
	'width':174,
		}*/
	// absolute position of the menu on the page (in pixels)

	// with centered content use Tigra Menu PRO or Tigra Menu GOLD

	'block_top':  y,

	'block_left': x,

	// offsets between items of the same level (in pixels)

	'top':  0,
	//increases in all , seperate boxes

	'left': 176,

	// time delay before menu is hidden after cursor left the menu (in milliseconds)

	'hide_delay': 200,

	// submenu expand delay after the rollover of the parent 

	'expd_delay': 200,

	// names of the CSS classes for the menu elements in different states

	// tag: [normal, hover, mousedown]

	'css' : {

		'outer' : ['m0l0oout', 'm0l0oover'],

		'inner' : ['m0l0iout', 'm0l0iover']

	}

},		

// sub-menus configuration (level 1)

// any omitted parameters are inherited from parent level

{

	'height': 26,
	//sub menu width
	'width': 174,

	// position of the submenu relative to top left corner of the parent item

	'block_top': 26,

	'block_left': 0,

	'top': 23,

	'left': 0,

	'css' : {

		'outer' : ['m0l1oout', 'm0l1oover'],

		'inner' : ['m0l1iout', 'm0l1iover']

	}

},

// sub-sub-menus configuration (level 2)

{

	'block_top': 5,

	'block_left':0

}

// the depth of the menu is not limited

// make sure there is no comma after the last element

];
}
else{
var MENU_TPL = [

// root level configuration (level 0)

{

	// item sizes

	'height': 25,

		/*if(window.ActiveXObject)

		{*/
	 
	'width':174,
	
		/*}else{
	'width':174,
		}*/
	// absolute position of the menu on the page (in pixels)

	// with centered content use Tigra Menu PRO or Tigra Menu GOLD

	'block_top':  y,

	'block_left': x,

	// offsets between items of the same level (in pixels)

	'top':  0,

	'left': 176,

	// time delay before menu is hidden after cursor left the menu (in milliseconds)

	'hide_delay': 200,

	// submenu expand delay after the rollover of the parent 

	'expd_delay': 200,

	// names of the CSS classes for the menu elements in different states

	// tag: [normal, hover, mousedown]

	'css' : {

		'outer' : ['m0l0oout', 'm0l0oover'],

		'inner' : ['m0l0iout', 'm0l0iover']

	}

},		

// sub-menus configuration (level 1)

// any omitted parameters are inherited from parent level

{

	'height': 26,

	'width': 174,

	// position of the submenu relative to top left corner of the parent item

	'block_top': 26,

	'block_left': 0,

	'top': 23,

	'left': 0,

	'css' : {

		'outer' : ['m0l1oout', 'm0l1oover'],

		'inner' : ['m0l1iout', 'm0l1iover']

	}

},

// sub-sub-menus configuration (level 2)

{

	'block_top': 5,

	'block_left':0

}

// the depth of the menu is not limited

// make sure there is no comma after the last element

];
}


