var Science_POS=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 70,
	// Item's height in pixels
	'height'     : 50,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 200,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'sci_menu0table0',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['sci_menu0iout', 'sci_menu0iover', 'sci_menu0idown'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : 'sci_menu0outer'
	}
},
// Level 1 block configuration
{
	'width'      : 225,
	// Item's height in pixels
	'height'     : 30,
	'table'      : [0, 0, 0],
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 50,
	// Horizontal Offset between adjacent levels in pixels
	'opacity' : 100,
        'block_left' : 0,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 200,
	'css' : {
		'table' : 'sci_menu1table',
		'inner' : ['sci_menu1iout', 'sci_menu1iover', 'sci_menu1idown'],
		'outer' : 'sci_menu1outer'
	}
},
// Level 2 block configuration is inherited from level 1
{
	'width'      : 225,
	// Item's height in pixels
	'height'     : 30,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 0,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 225,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 200,
	'css' : {
		'table' : 'sci_menu1table',
		'inner' : ['sci_menu1iout', 'sci_menu1iover', 'sci_menu1idown'],
		'outer' : 'sci_menu1outer'
	}
}
]