Java script to open new window

Hi everyone…i m writing to this post again cos i have some problems…with tutorial…

[size=2][color=#00458a]** Opening a New Browser Window in Flash
**
**[color=black]
well its not that much of a problem…but what bodders me is that when i use this code…

<SCRIPT LANGUAGE=“JavaScript”>
<!-- Begin
function Launch(page) {
OpenWin = this.open(page, “KirupaStyle”, “toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=550,height=250”);
}
// End -->
</SCRIPT>

all windows that open are the same size…
What i would like to do is to have different windows different sizes…so i would really be thankfull if someone could help me with that…i tried copy this code as many windows i use and changed its sizes but it just used the last size i wrote…
[/color]**[/color][/size]