function clear_default() {
	$(".current").hide();
}

function show_default() {
	$(".current").show();
}
