// JavaScript Document // RQRA ROLLOVER ELEMENT function move(c){ d=parseInt(c) if ($.browser.msie && parseInt($.browser.version)< 7) { e=d+1; } else { e=d; } // transparent fix for IE6 moves the BG 1 px up, this sets it back. document.getElementById('group').style.backgroundPosition='0 ' + e + 'px'; // Moves the background around for the correct effect in the RQRA section }