/* Adjust the height of the iFrame for the left column */ function init() { f = document.getElementById('left_column_iframe'); f.style.height = f.contentWindow.document.body.scrollHeight + "px"; t = document.getElementById('tools_iframe'); t.style.height = t.contentWindow.document.body.scrollHeight + "px"; loadSubNav(); } /* Trick to make css navigation work in IE6 */ sfHover = function() { var sfEls = document.getElementById("flex_navigation").getElementsByTagName("LI"); for (var i=0; i