var windowwidth;



if(navigator.appName == "Netscape")

		{

		windowwidth = window.innerWidth;

		}

else if (navigator.appName == "Microsoft Internet Explorer")

		{

		windowwidth = document.body.clientWidth;

		}

var MENU_POS = [

{

	// Vertical Offset between adjacent levels in pixels

	'block_top'  : 130,

	

	// Horizontal Offset between adjacent levels in pixels - horizonal distance where the menu displays



	'block_left' : (((windowwidth)-790)/2)+565,

	//'block_left' : 830,

	

	'top': 0, 

	'left': 80, //how far left the menu items go

	// Item's width in pixels

	'width': 100,

	// Item's height in pixels

	'height': 20,

	// Time Delay in milliseconds before subling block expands  

	// after mouse pointer overs an item

	'expd_delay' : 100,

	'hide_delay' : 100,

	'css' : {

		'inner' : ['m0l0mouti', 'm0l0moveri', 'm0l0mdowni'],

		'outer' : ['m0l0mouto', 'm0l0movero', 'm0l0mdowno']

	}

},

{

	// Vertical Offset between adjacent levels in pixels

	'block_top'  : 0,

	// Horizontal Offset between adjacent levels in pixels

	'block_left' : -100,

	

	'top': 21, //height between the menu items

	'left': 0,

	'css' : {

		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],

		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']

	}

}	

];

	