<html> <head> <SCRIPT LANGUAGE="JavaScript"> function popUp(URL) { mywindow = window.open(URL, "newwin", 'toolbar=0,scrollbars=,location=0,statusbar=0,menubar=0,resizable=0,width=[b]POPUP WIDTH HERE(PIXELS)[/b],height=[b]POPUP HEIGHT HERE[/b],top=0,left=0'); } </script> </head> <body> <table align="center"> <tr> <td><a href="[b]PLAYER URL HERE[/b]"<center><IMG SRC= "[b]IMAGE BUTTON URL HERE[/b]" border= "0"></a> </td> </tr> </table> </body> </html> <BR>