I am placing the menu in a table cell (as you have already heard

So, in each page I must insert this into the table cell:
<script>
<!--
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=http://www.brianandcarrie.net/;status=Back To Home Page;");
aI("text=Family;showmenu=Family;status=Quality Time With The Fams...");
aI("text=Fun;showmenu=Fun;status=Fun Things We've Done...");
aI("text=Simon;showmenu=Simon;status=Simon's 'Year in Review' - If He Feels Like It...");
aI("text=Various;showmenu=Various;status=The 'Catch-All' Category...");
aI("text=Guestbook;showmenu=Guestbook;status=Leave A Message For Us!...");
aI("text=Private;showmenu=Private;status=Password Protected (for BnC only)...");
}
drawMenus();
-->
</script>
jgillet said something about putting this script into the menu_data file instead. That would be great 'cause I could make future changes to the many pages with one change to the menu_data file!
I tried to leave only this part:
<script>
drawMenus();
</script>
in the table cell. The menu is displayed, but not in the cell or even the table. It is positioned in the upper RH corner of the page before the table.
So, is there someway to place all the "Main Menu" script into the menu_data file and have it displayed in the desired cell? What kind of syntax would be necessary in the menu_data file and the table cell?
Thanks
BW