I have been using Fireworks MX 2004 to create a web page with pop-ups, slice it
and export it to HTML. In Dreamweaver MX 2004 I would then add a picture
(images/corolla.jpg) to my pop-up as in the code below.

<a href="corolla/index.html" id="MMMenu0111125341_0_Item_0"
class="MMMIFVStyleMMMenu0111125341_0"
onmouseover="MM_menuOverMenuItem('MMMenu0111125341 _0','1');">
<span class="MMMenuItemSpanMMMenu0111125341_0">Corolla&n bsp;&nbsp;&nbsp;<img
src="menu-pics/corolla.jpg"></span>
<img src="images/arrows.gif" alt="" class="MMArrowStyleMMMenu0111125341_0" />
</a>

I have now installed a trial version of Dreamweaver 8. Still using the
Fireworks MX 2004 the script is now being generated as below

window.mm_menu_0111125341_0_1 = new Menu("Corolla",150,32,"Verdana, Arial,
Helvetica,
sans-serif",10,"#000000","#ff0000","#ffffff","#ffffff", "left","middle",1,1,1000,
-5,21,true,false,true,0,false,false);

mm_menu_0111125341_0_1.addMenuItem("corolla-pic","location='corolla/index.html'"
);
mm_menu_0111125341_0_1.hideOnMouseOut=true;
mm_menu_0111125341_0_1.menuBorder=0;
mm_menu_0111125341_0_1.menuLiteBgColor='#ffffff';
mm_menu_0111125341_0_1.menuBorderBgColor='#ffffff' ;
mm_menu_0111125341_0_1.bgColor='#ffffff';

Am not very good at Javascript, actually I can barely get my way it. Now am
trying to put/link the picture corolla.jpg (where there is "corolla-pic") but
every way I try to do it, it just kills the whole drop down, the menu just
won't appear. I really need help on this one.