function closediv(divid){
  document.getElementById(divid).style.display="none";
}

function cOver(imgid){
    document.getElementById(imgid).src="images/nbut-over.png";
}
function cOut(imgid){
    document.getElementById(imgid).src="images/nbut-n.png";
}
function cOutCur(imgid){
    document.getElementById(imgid).src="images/nbut-over.png";
}
