Hi, there

In my flash movie i use several buttons to open several windows.

My problem:
If i open one window everything will be fine but if i open another window without closing the first one the contents of the second window loads into the first one.

What can i do? I use the newwin function, for example:

function newwintt()
{
window.open("ticket.html","beatbox","toolbar=0,loc ation=0,directories=0,status=0,menubar=0,scrollbar s=0,resizeable=0,width=510,height=350")
}

I always chance the last to letters of the newwinxx function for every new window.