hi i posted this a couple of days ago with no response i i dont suppose theres a hope of it getting seen 3 pages deep, anyway i need help making the fscommand in this script work.

<HTML>
<HEAD>
<TITLE>stuff</TITLE>
</HEAD>

<script LANGUAGE="JavaScript">
<!-- Hide

function stuff_DoFSCommand(command, args)
{
if ( command == "this1" )
{
myWin=window.open("", "Click_Image_to_Close_Window", "width=480,height=326,status=no,toolbar=no,menubar =no,,scrollbars=no");
myWin.document.open();
myWin.document.write("<html><head><title>Click Image to Close Window");
myWin.document.write("</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 link=#000000>");
myWin.document.write("<center><a href='javascript:close()'>");
myWin.document.write(args);
myWin.document.write("</a>");
myWin.document.write("</font></center>");
myWin.document.write("</body></html>");
myWin.document.close();
}
}
// done hiding -->
</script>

<script LANGUAGE="VBScript">
<!--
Sub stuff_FSCommand(ByVal command, ByVal args)
call stuff_DoFSCommand(command, args)
end sub
// done hiding -->
</script>

<BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<OBJECT WIDTH=764 HEIGHT=548 ID="stuff">
<PARAM NAME=movie VALUE="stuff.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="stuff.swf" name="stuff" quality=high bgcolor=#FFFFFF WIDTH=764 HEIGHT=548></EMBED>
</OBJECT>
</BODY>
</HTML>

ps ive checked to see that my command name is "this1"