//Remove Messaging 
function remove() { document.getElementById("messaging").style.display= "none"; }

//Remove Notification
function remove_notification() { document.getElementById("messaging_notification").style.display= "none";}

//Remove Warning
function remove_warning() { document.getElementById("messaging_warning").style.display= "none";}

//Remove Error
function remove_error() { document.getElementById("messaging_error").style.display= "none";}

//Remove Success
function remove_success() { document.getElementById("messaging_success").style.display= "none";}

//Remove Message 
function remove_message() { document.getElementById("messaging_message").style.display= "none"; }

//Remove Info
function remove_info() { document.getElementById("messaging_info").style.display= "none"; }

