Opening multiple new window with java from swf

hello everybody!

it is working which i found in kirupa.com

here is the codes

in sfw

}
on (release)
{
getURL(“javascript:Launch(‘http://www.omerdemir.org/send.html’) )”);

in html

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

----------


but i need that to [size=3]open multiple new and customizable window from sfw[/size]…
i am not a web developer…maybe solutions is easy but i cant found…what can i do to solutions for this prb…

is there anybody to help me??!

thanks a lot