
function pageWidth() {
	return window.innerWidth != null? window.innerWidth : 	document.documentElement && document.documentElement.clientWidth ?       document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;
} 


MENU_LEFT = ( pageWidth()-1000)/2 ;
if (MENU_LEFT < 0 )  MENU_LEFT = 0;

// window.alert('MENU_LEFT = ' + MENU_LEFT + '    f_clientWidth()= ' +   f_clientWidth())

var MENU_POS = {
	'height'     : [40, 40, 40, 40],
	'width'      : [140, 200, 200, 200],
	'block_top'  : [200, 0, 0, 0],
	'block_left' : [MENU_LEFT, 180, 180, 180],
	'top'        : [42, 40, 0, 0],
	'left'       : [0, 0, 0, 0],
	'hide_delay' : [300, 300, 300, 300],
	'expd_delay' : [300, 300, 300, 300],
	'pixel_path' : 'img/pixel.gif'
};

