Advanced hyperlink helpage!

Hi, I’ve been working with flash since version 3 and love to just tinker with it, I’m now doing a webpage for my bosses at a bar that I work at here in Canada BC and I was just curious about one of Kirupa’s tutorials: " http://www.kirupa.com/developer/mx/centered_popup.htm " – launching centered windows. Everytime I try to lanch a window it pops up with another blank window that displays some javascript in the top and on the page it says <blank>. It does this in his fla source as well… any idea on how to get rid of that 2nd window? This is what the window says in the Adress bar:

javascript:var%20myWin;%20if(!myWin%20||%20myWin.closed){myWin%20=%20window.open(‘http://www.kirupa.com/modular/pop-up.htm’,‘kirupa’,‘width=400,height=300,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top=’+((screen.height/2)-(150))+’,left=’+((screen.width/2)-(200))+’’)}else{myWin.focus();};void(0);

How do I get rid of it so its just the window that I have linked to pop up… which does pop up, but with this other blank page as well!!! :slight_smile: thanks in advance

Todrunk2funk