function sortpanel(mode) {
	if(id=document.getElementById('sortpanel')){
		id.style.visibility=mode;
	}
}