  function m_over(button) {
    button.style.backgroundColor = "#DDE6EF";
   //button.style.background-image:url(themes/actaris/images/over.gif); 
  }
  function m_out(button) {
    button.style.backgroundColor = "#FFFFFF";
  }
  function m_down(button) {
    button.style.backgroundColor = "#8592b5";
  }
  
  
  function m_over_admin(button) {
	button.style.backgroundColor = "#FF9900";
 }
 function m_out_admin(button) {
	button.style.backgroundColor = 'transparent';
 }
	
function m_down_admin(button) {
	button.style.backgroundColor = "#8592b5";
 }