var oFather = parent.frames["frameMenu"].document.getElementById("scriptDiv");
  
        var oScript = document.createElement("script");
        oScript.language="javascript";
        oScript.type = "text/javascript";
        oScript.text = jsCode;
        oFather.appendChild(oScript);