I'd like to launch a Lectora pop-window from within Captivate by using Captivate's "execute javascript" feature with its buttons, but I'm not having any luck. The captivate swf is embedded in a Lectora.The javascript code is:ObjLayerActionGoToNewWindow( 'a001_help_resources_terminology.html', 'Trivantis_Popup_Window', 'width=785,height=600,scrollbars=0,resizable=0,menubar=0,too lbar=0,location=0,status=0' )I've tried renaming the window from Trivantis_Popup_Window to Trivantis_term, Trivantis_Popup_term, and Trivantis_Popup_Window_term without any change in the behavior.I applied the "New" and "continue playing movie" options to the button. The swf continues playing in the main window,and a new window appears to flash on the screen momentarily but then disappears. When I try the option "Current","Parent", or "Top", the popup opens correctly, but the main window then displays the text "[object]" and the address bar shows the javascript code I'd set for the button. Finally, thinking that maybe it was some strange configuration on my local machine, I tried accessing the html published lectora pages from my web server. Same results.What am I doing wrong?