var tgmImgsPath = '/www/_img/tmg/';
if (navigator.userAgent.toLowerCase().indexOf("firefox")>=0) {x=0;y=-1;}
if (navigator.userAgent.toLowerCase().indexOf("opera")>=0) {x=0;y=1;}
x=-140;
//tu juz nie trzeba definiowac arrow_wrap funkcji bo jest standardowym tgm_tpl.js zdefiniowana

var MENU_POS_firma = [
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 20,
	// Item's width in pixels
	'width'      : 24,
	// if Block Orientation is vertical
	'vertical'   : false,


	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'hide_delay': 30,
	'expd_delay': 20,
	// Style class names for the level
	'css': {
		// Block outing table class
		'table' : '',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['rootlevel','rootlevel','rootlevel'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['rootlevel','rootlevel','rootlevel']
	}
},
// Level 1 block configuration
{
	// Item's width in pixels
	'width': 220,//
	// Item's height in pixels
	'height': 26,
	// Vertical Offset between adjacent levels in pixels
	//'block_top'  : 5, // for FF
	'block_top'  : 6+y, // for IE
	// Horizontal Offset between adjacent levels in pixels
	//'block_left' : -137, // for FF
	'block_left' : -13+x, // for IE
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos':1,
	'vertical'   : true,
	'transition' : [ 'progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=1)'],

	// level shadow scope settings
	'' : {
	// horisontal offset of the shadow in pixels
	'offX' : 3,
	// vertical offset of the shadow in pixels
	'offY' : 20,
	// color of the shadow
	'color' : '#777777'
	},

	//filter alpha
	'opacity' : 70,

	// Style class names for the level
	'css' : {
		'outer' : ['', ''],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
// Level 2 block configuration
{
	'block_top': 5,
	//'block_top': 0,
	'block_left': 10,
	'css': {
		'outer': ['', ''],
		'inner': ['m0l2iout', 'm0l2iover']
	}
}
	//Subling level configurations are inherited from level 2
]
eval("MENU_POS_"+menu_pos_arrSep['firma']+""+"=MENU_POS_firma");