sorry the images didnt work
THis is what happens in IE
http://i45.tinypic.com/8wkqow.jpg
In any other browser
http://i46.tinypic.com/vhvz3m.jpg
this is the code i use for the popup
<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by: Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!!
http://javascript.internet.com -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=580,height=360,left = 410,top = 230');");
}
// End -->
</script>
and a bit after that (link to open the window)
<A HREF="javascript

opUp('popup.html')">Kumfs TV Add</A>