Hi,I am running into a problem with Firefox (both v2 and v3), but it seems to work with Internet Explorer without any issue.In the dct, I have something like: [html]<script language="javascript" location="webserver" src="/iw/project/tools1.js"><script language="javascript" location="template-type" src="/iw/project/dct.js">[/html]When I call a function in tools1.js from dct.js, it works just fine in Internet Explorer. When I try to call the same function in Firefox, it says that the function doesn't exist. Is this a bug with Firefox? Or something that Internet Explorer shouldn't do? Thanks,