function show_1() {	
document.getElementById("cal_1").style.display = "block";	
}

function hide_1() {	
document.getElementById("cal_1").style.display = "none";	
}
