
function hideVids() {
	document.getElementById('wrap_vids').style.display  = 'none';
}


function showVids() {
	document.getElementById('wrap_vids').style.display  = 'block';
}

function hideVids02() {
	document.getElementById('wrap_vids02').style.display  = 'none';
}


function showVids02() {
	document.getElementById('wrap_vids02').style.display  = 'block';
}


