function changePos(pos)
{
	document.getElementById('content-menu').style.backgroundPosition='0 '+pos+'px';	
}