Adding second function

This is a noob question. Here is my current code. Clicking on the button “voi” plays the video in the player, so far so good. I would like for an image to appear beside the player at the same time. I just don’t know where and what code to add so the image appears. Please help!

trace(“img=”+voi);
voi.addEventListener(MouseEvent.CLICK, pm);

function pm(e) {
trace(“pm”);
video.play("http://www.imaktion.com/videos/fatima.flv")
}