if(!ColdFusion.Menu){ColdFusion.Menu={}}ColdFusion.Menu.menuItemMouseOver=function(e,d,c,b){var a=document.getElementById(e);a.tempbackgroundColor=a.style.backgroundColor;a.tempfontcolor=a.firstChild.style.color;if(d){a.style.backgroundColor=d}if(b){a.firstChild.style.color=b}if(c){a.style.backgroundColor=d}};ColdFusion.Menu.menuItemMouseOut=function(c,b){var a=document.getElementById(c);if(a.tempfontcolor){a.firstChild.style.color=a.tempfontcolor}else{a.firstChild.style.color="black"}a.style.backgroundColor=a.tempbackgroundColor};