function sober_ops (twenty, handle, spex) {
	window.open (twenty, handle, spex);}

function vis(civ){
	document.getElementById(civ).style.display='block';
}

function rmv(civ){
	document.getElementById(civ).style.display='none';
}


function shw(qul){
	document.getElementById(qul).style.display='block';
}

function hde(qul){
	document.getElementById(qul).style.display='none';
}