Basically here's what I have to do, but I can't seem to make it work correctly:<br /><br />I have to get the following, right above the < /head>:<br /><script language="javascript" src="/resources/sniffer.js">< /script><br /><script language="javascript1.2" src="/resources/custom.js">< /script><br /><script language="javascript1.2" src="/resources/style.js">< /script><br /><br />and the following at the end of the < /body> tag:<br /><br />< script language="javascript1.2" src="/resources/menu.js"></ script> <br /><br />and the note says: "Whatever you do, do not put the include inside a table cell, a div or any other positioning element"<br /><br />Aeigh!