Pop up and iframe on same link

I am trying to get a link to do two things at the same time. Open a pop up, and at the same time display a pop up notice in a iframe (so people with pop up blockers know to enable pop ups from my site) anyone have a bit of code they would share for this?

<TD>http://my.calendars.net/dmmc" onclick=“window.open(‘http://my.calendars.net/dmmc’);return false;” target=“newWin” onMouseOut=“MM_swapImgRestore()” onMouseOver=“MM_swapImage(‘calendar’,‘’,‘linksrolloverimages/calendaroverlink.gif’,1)” ></TD>

So you can see that i have the pop up coded, and i am using iframes elsewhere on the same page, i just cannot figure out the proper way to do both at the same time.

I will personally buy whoever answers this a brand new BMW when i hit the Texas lotto jackpot.