ok, so there's this script ~
<script language="javascript">
//<!--
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=400,height=400,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
& that goes in the <head> part of the page that you want to pop up, right? now which parts do you change in that to make your page come up?
Then there's this part ~
<a href="javascript: popup()"><img src="image URL here" border=0 width="415" height="280" alt="Enter"></a>
that's the image link to the pop up. which parts do i change in that one?