function m_over(bg){
	document.getElementById('menu-container').style.background='url(./media/img/' + bg + ') top no-repeat';
}

