Here is what you need to do..
Go into template
header and scroll all the way to the bottom...
Make a new line and insert this:
U WILL NEED TO CHANGE EVERYTHING IN THE 'BOLD TAGS ACCORDING TO WHATS INSIDE THEM
PHP Code:
<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>