Once you have made the pop up for the link you can edit it by hand. For instance:
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_1008101352_0) return;
window.mm_menu_1008101352_0_1 = new Menu("<img src=images/windows/networksmall.gif> Testing Pop UP",8 5,24,"",14,"#000000","#FFFFFF", "#CCCCCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_1008101352_0_1.addMenuItem("<img src=images/windows/ie_.gif> New Item","location='#'");
mm_menu_1008101352_0_1.hideOnMouseOut=true;
mm_menu_1008101352_0_1.bgColor='#555555';
mm_menu_1008101352_0_1.menuBorder=1;
mm_menu_1008101352_0_1.menuLiteBgColor='#FFFFFF' ;
mm_menu_1008101352_0_1.menuBorderBgColor='#77777 7';
window.mm_menu_1008101352_0 = new Menu("root",125,24,"",14,"#000000","#FFFFFF","#CCC CCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_1008101352_0.addMenuItem(mm_menu_10081 01352_0_1,"location='#'");
mm_menu_1008101352_0.addMenuItem("<img src=images/windows/mycompsmall.gif> 2nd Test","location='#' ");
mm_menu_1008101352_0.addMenuItem("<img src=images/windows/folder.gif> My Link PopUP","locatio n='#'");
mm_menu_1008101352_0.hideOnMouseOut=true;
mm_menu_1008101352_0.childMenuIcon="arrows.g if";
mm_menu_1008101352_0.bgColor='#555555';
mm_menu_1008101352_0.menuBorder=1;
mm_menu_1008101352_0.menuLiteBgColor='#FFFFF F';
mm_menu_1008101352_0.menuBorderBgColor='#777 777';
mm_menu_1008101352_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
Link:
<a href="#" name="link1" id="link1" onMouseOver="MM_showMenu(window.mm_menu_1008101352 _0,47,16,null,'link1')" onMouseOut="MM_startTimeout();">asdfasdf</a>
You don't want to mess with the link part. But as you can see I've added small pictures to the pop up menu.
***Warning*** If you edit it with dreamweaver the picture code will be removed. So, once you add them by hand you cannot use dreamweaver to modify the popup menu.
http://www.westga.edu/~stu9820/test8.htm
Note: I don't have them linking to anything.
The red is the modified image and the green will be where you add the links.