function meniu_it(){
	$("#infox").css({"display":"none"})
}

function blob(){
	$("#infox").css({"display":"block"})
}
