I am trying to open several individual windows from a Flash 8 movie. Here is my script (so far):

on (release)
getURL("javascr ipt:NewWindow=w indow.open("227 7.html","acc15-2277",width="25 0",height="200" ,left=100,top=1 00,toolbar=No,l ocation=No,scro llbars=No,statu s=No,resizable= No,fullscreen=N o,NewWindow.foc us(),void(0)");
return;
}
and here is the error message...