
var ie4=document.all
var ns6=document.getElementById&&!document.all

winW = (ns6) ? ((window.innerWidth/2)-490) : ((document.body.offsetWidth/2)-490);
var MENU_POS0 = {
	
	// Item's width in pixels
	'width' : [130, 220, 130, 130, 130],
		
	// Item's height in pixels - Level 0, Level 2, etc.
	'height' : [22, 20, 20, 20, 20],
	
	//Horizontal Offset between the items within level in pixels
	'left' : [0, 0, 0, 0, 0],
	
	// Vertical Offset between the items within level in pixels
	'top' : [25, 20, 20, 20, 20],

	// Horizontal Offset between adjacent levels in pixels *  //first num from left of page
	//'block_left' : [(document.body.scrollWidth/2 - 490), 110, 90, 90, 90], //first num from LH edge of page
	//'block_left' : [160, 135, 90, 90, 90], //first num from LH edge of page
	'block_left' : [winW, 110, 90, 90, 90], 
	// Vertical Offset between adjacent levels* in pixels //first num from top of page
	'block_top' : [115, 4, 4, 4, 4],
	
			
	'hide_delay' : [300, 300, 300, 300, 300],
	'expd_delay' : [200, 200, 200, 200, 200],
	'pixel_path' : 'images/pixel.gif',
	'align' : 'left' // left, center, right
};


/*   * - This parameter for root level (the one with index 0) is menu offset from the document's left upper corner, so use it for menu positioning on the page         (document.body.scrollWidth/2 - 435)
*/