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'  : 133,		// Horizontal Offset between adjacent levels in pixels - horizonal distance where the menu displays	'block_left' : (((windowwidth)-837)/2)+40,		'top': 0, 	'left': 95, //how far left the menu items go	// Item's width in pixels	'width': 100,	// Item's height in pixels	'height': 21,	// 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'  : 21,	// Horizontal Offset between adjacent levels in pixels	'block_left' : 0,		'top': 21, //height between the menu items	'left': 0,	'css' : {		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']	}}	];	
