I am trying to hide or create a direct link for my fireworks drop down menu so
that it doesn't show up in the source code of all of my pages. I have seen
this done on other pagegs by using direct paths such as:

<script src="/scripts/navigation.js" type="text/javascript"></script>

I am not exactly sure how i would create a .js file for my fireworks drop down
since there is more to it, I assume, then just the .js file.

Here is an example of the begining portion of my Fireworks file:

script language="JavaScript" type="text/JavaScript">function mmLoadMenus() {
if (window.mm_menu_1001145719_0) return;
window.mm_menu_1001145719_0_1 = new Menu("Press",106,18,"Verdana,
Arial, Helvetica,

sans-serif",12,"#ffffff","#ffffff","#0059a9","#000066", "left","middle",3,0,1000,
0,0,true,true,true,0,false,true);


mm_menu_1001145719_0_1.addMenuItem("Reviews","loca tion='http://company.com/compa
ny/reviews/'");


mm_menu_1001145719_0_1.addMenuItem("Imagery","loca tion='http://company.com/compa
ny/compgraphics.php'");
mm_menu_1001145719_0_1.addMenuItem("Press
Releases","location='http://company.com/company/press.php'");

Any help with this would be great. Please let me know if you need any
additional info.

thanks