function hideMixmo01() {
	document.getElementById('mixmo01').style.display  = 'none';
}


function showMixmo01() {
	document.getElementById('mixmo01').style.display  = 'block';
}

function hideMixmo02() {
	document.getElementById('mixmo02').style.display  = 'none';
}


function showMixmo02() {
	document.getElementById('mixmo02').style.display  = 'block';
}

function hideAds() {
	document.getElementById('wrapAds').style.display  = 'none';
}


function showAds() {
	document.getElementById('wrapAds').style.display  = 'block';
}
