// IE6/Win Float flub debug // if (document.all && window.attachEvent) window.attachEvent("onload", fixWinIE); // function fixWinIE() { // if (document.body.scrollHeight < document.all.content.offsetheight) { // document.all.content.style.display = 'block'; // } // } // this script generates an error in IE6 - ! disabled 09.06.04