switch(screen.width)
{
	case 800:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 0,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	break;


	
	case 1024:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 112,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	break;




	case 1280:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 240,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	break;
	
	

	case 1400:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 300,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	break;

	

	case 1600:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 400,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	break;
	
	
	case 1680:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 440,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	break;
	
	
	
	case 1920:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 560,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	break;
	
	
	
	
	case 2048:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 624,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
	
	
	
	case 2560:
	// level scope settins structure
	var MENU_TPL = [
	// root level configuration (level 0)
	{
		// item sizes
		'height': 20,
		'width': 129,
		// absolute position of the menu on the page (in pixels)
		// with centered content use Tigra Menu PRO or Tigra Menu GOLD
		'block_top':  110,
		'block_left': 880,
		// offsets between items of the same level (in pixels)
		'top':  0,
		'left': 130,
		// 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': 20,
		'width': 160,
		// position of the submenu relative to top left corner of the parent item
		'block_top': 22,
		'block_left': 0,
		'top': 21,
		'left': 0,
		'css' : {
			'outer' : ['m0l1oout', 'm0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		}
	},
	// sub-sub-menus configuration (level 2)
	{
		'block_top': 5,
		'block_left': 140
	}
	// the depth of the menu is not limited
	// make sure there is no comma after the last element
	];
}

