// JavaScript Document


function showContentBar(){




document.getElementById("WaitNote").style.display='';
}


function HideContentsBar(){
document.getElementById("WaitNote").style.display='none';
}


