i've fooled around a little more and set the picture as a link to the larger size. works great cause it appears in the same frame and it's easy to go back and forth to check them out (the 468 wide banners are harder to tell apart at 50px).
PHP Code:
echo "<td width='20%' align='center'><a href='$ba[url_to_banner]'><img src='$ba[url_to_banner]' border='0' width='50'></a>$ba[id]".makelinkcode("edit","banner_manage.php?s=$session[sessionhash]&action=edit&bannerid=$ba[id]").
the funny thing is, i was so close with my initial experimenting, but like i said, i don't know php so i wasn't using the right syntax.