Help with javaSCRIPT!

Hi I had to delete my previous mssg. Something got screwed up…:frowning:

Anyway, my problem is: I’m designing a popup menu through the behaviors panel in dreamweaver… But when I view it in IE it gives me an error saying:

Line: 9
Char: 5
Error: ‘Menu’ is undefined
Code: 0
URL: http://blebla

Cant seem to find the problem…

Here is my line 9:

 	window.mm_menu_1028090657_0 = new Menu("root",100,17,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FF0000","#000000","#000000","center","middle",3,0,500,-5,7,true,true,true,1,true,true);
 

what does that mean? Is it maybe because there’s another Javascript in the same page. (A Rollover image-button)? Or must I just rename my Menu and how? another page in the same site, with exactly the same menu, gives me a different error mssg, saying: Object expected???

Please help!