var menu_firefox_flicker = false ;


function MenuDisplay(l_element)
{
	
	l_element.childNodes[1].style.display = 'block' ;
	l_element.childNodes[1].style.left = '0px' ;
	l_element.childNodes[1].style.display = 'block' ;
	l_element.childNodes[1].style.top =  '21px' ;
	l_element.style.backgroundColor  = '#DFDBF0';
}

/*function MenuDisplay2(l_element)
{
	
	l_element.childNodes[1].style.display = 'block' ;
	l_element.childNodes[1].style.left = '-80px' ;
	l_element.childNodes[1].style.display = 'block' ;
	l_element.childNodes[1].style.top =  '21px' ;
	l_element.childNodes[1].style.background-color = '#DFDBF0';
}*/

function MenuHide(l_element)
	{
	if ( ! menu_firefox_flicker )
		{
			l_element.childNodes[1].style.display = 'none';
			l_element.style.backgroundColor  = 'white';
		}
	}

