// Switch div state.
function set_div_del (id, type) {

	document.getElementById(id).style.display = type;
	
}
