function blockSh_adv(sId){
	act = document.getElementById(sId).style.display;
	if (act == "none") document.getElementById(sId).style.display = "block";
	else document.getElementById(sId).style.display = "none"
}
function blockSh_adv1(sId, act){
	if (act == "show") document.getElementById(sId).style.display = "list-item";
	if (act == "hide") document.getElementById(sId).style.display = "none"
}
//End of Lists color settings
