Event.observe ( window, "load", function(){ if ($('dc16Reveal')){ ($('dc16RevealFooter')).hide(); Event.observe (($('dc16Reveal')), "mouseover", function(){ ($('dc16RevealFooter')).show(); }); Event.observe (($('dc16RevealFooter')), "mouseover", function(){ ($('dc16RevealFooter')).show(); }); Event.observe (($('dc16Reveal')), "mouseout", function(){ ($('dc16RevealFooter')).hide(); }); Event.observe (($('dc16RevealFooter')), "mouseout", function(){ ($('dc16RevealFooter')).hide(); }); } });