Thanks for the reply. I did but what I discovered is that when I moved the onload function call out of the javascript file and into the template using :
Code:
<script language="JavaScript" type="text/javascript">onLoad="functioncall()"</script>
Everything just magically worked! I even tried moving it to different locations in the head tag to see if it was being stepped on by other javascipt and none of that worked.
Thanks again. I appreciate your comments.