<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>To get this working with the tooltips on the merchantNavy screen, I changed:
&lt;pre&gt;
    TDs = document.getElementsByTagName(&quot;td&quot;);
&lt;/pre&gt;
with
&lt;pre&gt;
	mainview = document.getElementById('mainview');
    TDs = mainview.getElementsByTagName(&quot;td&quot;); 
&lt;/pre&gt;
in the returnTableCells_merchantNavy function.</body>
  <body-html>&lt;p&gt;To get this working with the tooltips on the merchantNavy screen, I changed:
&lt;br /&gt;&lt;pre&gt;
    TDs = document.getElementsByTagName(&quot;td&quot;);
&lt;/pre&gt;
&lt;br /&gt;with
&lt;br /&gt;&lt;pre&gt;
	mainview = document.getElementById('mainview');
    TDs = mainview.getElementsByTagName(&quot;td&quot;); 
&lt;/pre&gt;
&lt;br /&gt;in the returnTableCells_merchantNavy function.&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-07-09T07:27:51Z</created-at>
  <forumable-id type="integer">26090</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">18265</id>
  <topic-id type="integer">9788</topic-id>
  <updated-at type="datetime">2008-11-16T23:23:52Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">58820</user-id>
</post>
