
var winW = 630
	if (parseInt(navigator.appVersion)>3) {
	 if (navigator.appName=="Netscape") {
	  winW = window.innerWidth-16;
	 }
	 if (navigator.appName.indexOf("Microsoft")!=-1) {
	  winW = document.body.offsetWidth-20;
	 }
	}
winW = winW / 2 - 300
//position of left hand edge of menu
if (winW <10)
{winW = 10
}	
//keep LHS visible

var MENU_POS = [
		
{
	// Vertical Offset between adjacent levels in pixels
	// ie Distance from top in browser
	'block_top'  : 120,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : winW ,
	
	'top': 0,
	'left': 150,
	// Item's width in pixels
	'width'      : 151,
	// 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'  : 23,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	
	'top': 20,
	'left': 0,
	'css' : {
		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],
		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']
	}
},
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 15,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 10,
	
	// Item's width in pixels
	'width'      : 120,
	'css' : {
		'inner' : ['m0l2mouti', 'm0l2moveri', 'm0l2mdowni'],
		'outer' : ['m0l2mouto', 'm0l2movero', 'm0l2mdowno']
	}
},
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 15,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 10,
	
	'css' : {
		'inner' : ['m0l3mouti', 'm0l3moveri', 'm0l3mdowni'],
		'outer' : ['m0l3mouto', 'm0l3movero', 'm0l3mdowno']
	}
}	
];
