From: Erskine, C. <chr...@ed...> - 2004-09-28 23:23:12
|
I am getting the following Exception for a test that I am trying to develop. It looks like the root cause is java.lang.RuntimeException: java.lang.ClassFormatError: org/mozilla/javascript/gen/c396 (Code of a method longer than 65535 bytes) This appears to be due to compiling the JavaScript arrays that are defined in on the page. Is there some way to get around this problem? Would it be possible to fix HtmlUnit to break the source up into some smaller modules to prevent this from happening. If it is thought that this would work, I can try to see if I can get it to work. ======= EXCEPTION START ======== Exception class=[org.mozilla.javascript.JavaScriptException] com.gargoylesoftware.htmlunit.ScriptException: com.gargoylesoftware.htmlunit.ObjectInstantiationException: Exception when calling constructor [public com.gargoylesoftware.htmlunit.html.HtmlFrame(com.gargoylesoftware.htmlunit.h tml.HtmlPage,java.util.Map)] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScript Engine.java:261) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptIfPossible(Html Page.java:699) at com.eds.gears.test.LoginTest.testHomePage(LoginTest.java:96) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu nner.java:392) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner. java:276) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner .java:167) JavaScriptException value = com.gargoylesoftware.htmlunit.ObjectInstantiationException: Exception when calling constructor [public com.gargoylesoftware.htmlunit.html.HtmlFrame(com.gargoylesoftware.htmlunit.h tml.HtmlPage,java.util.Map)] at com.gargoylesoftware.htmlunit.html.DefaultElementFactory.createElement(Defau ltElementFactory.java:108) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.startElemen t(HTMLParser.java:316) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.cyberneko.html.filters.DefaultFilter.emptyElement(Unknown Source) at com.gargoylesoftware.htmlunit.ScriptFilter.emptyElement(ScriptFilter.java:17 6) at org.cyberneko.html.filters.DefaultFilter.emptyElement(Unknown Source) at org.cyberneko.html.filters.NamespaceBinder.emptyElement(Unknown Source) at org.cyberneko.html.HTMLTagBalancer.startElement(Unknown Source) at org.cyberneko.html.HTMLScanner$ContentScanner.scanStartElement(Unknown Source) at org.cyberneko.html.HTMLScanner$ContentScanner.scan(Unknown Source) at org.cyberneko.html.HTMLScanner.scanDocument(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLP arser.java:279) at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:217) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageC reator.java:110) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreat or.java:82) at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:5 69) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:536) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:421) at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:179) at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:130) at com.gargoylesoftware.htmlunit.javascript.host.Form.jsFunction_submit(Form.ja va:205) at inv19.invoke() at org.mozilla.javascript.FunctionObject.doInvoke(FunctionObject.java:498) at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:414) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c260.call(Embedded script:14) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c250.call(../../js/selectList.js:30) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c268.call(Wrapper definition for submitMasterProfile:1) at org.mozilla.javascript.optimizer.OptRuntime.callSimple(OptRuntime.java:275) at org.mozilla.javascript.gen.c270.call(submitMasterProfile:1) at org.mozilla.javascript.gen.c270.exec(submitMasterProfile) at org.mozilla.javascript.Context.evaluateReader(Context.java:820) at org.mozilla.javascript.Context.evaluateString(Context.java:784) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScript Engine.java:256) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptIfPossible(Html Page.java:699) at com.eds.gears.test.LoginTest.testHomePage(LoginTest.java:96) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu nner.java:392) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner. java:276) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner .java:167) Enclosed exception: ======= EXCEPTION START ======== Exception class=[java.lang.RuntimeException] com.gargoylesoftware.htmlunit.ScriptException: java.lang.ClassFormatError: org/mozilla/javascript/gen/c396 (Code of a method longer than 65535 bytes) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScript Engine.java:264) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptIfPossible(Html Page.java:702) at com.gargoylesoftware.htmlunit.ScriptFilter.executeScript(ScriptFilter.java:2 74) at com.gargoylesoftware.htmlunit.ScriptFilter.endElement(ScriptFilter.java:233) at org.cyberneko.html.filters.DefaultFilter.endElement(Unknown Source) at org.cyberneko.html.filters.NamespaceBinder.endElement(Unknown Source) at org.cyberneko.html.HTMLTagBalancer.callEndElement(Unknown Source) at org.cyberneko.html.HTMLTagBalancer.endElement(Unknown Source) at org.cyberneko.html.HTMLScanner$SpecialScanner.scan(Unknown Source) at org.cyberneko.html.HTMLScanner.scanDocument(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLP arser.java:279) at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:217) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageC reator.java:110) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreat or.java:82) at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:5 69) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:536) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:454) at com.gargoylesoftware.htmlunit.html.HtmlFrame.<init>(HtmlFrame.java:87) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces sorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc torAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at com.gargoylesoftware.htmlunit.html.DefaultElementFactory.createElement(Defau ltElementFactory.java:96) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.startElemen t(HTMLParser.java:316) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.cyberneko.html.filters.DefaultFilter.emptyElement(Unknown Source) at com.gargoylesoftware.htmlunit.ScriptFilter.emptyElement(ScriptFilter.java:17 6) at org.cyberneko.html.filters.DefaultFilter.emptyElement(Unknown Source) at org.cyberneko.html.filters.NamespaceBinder.emptyElement(Unknown Source) at org.cyberneko.html.HTMLTagBalancer.startElement(Unknown Source) at org.cyberneko.html.HTMLScanner$ContentScanner.scanStartElement(Unknown Source) at org.cyberneko.html.HTMLScanner$ContentScanner.scan(Unknown Source) at org.cyberneko.html.HTMLScanner.scanDocument(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLP arser.java:279) at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:217) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageC reator.java:110) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreat or.java:82) at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:5 69) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:536) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:421) at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:179) at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:130) at com.gargoylesoftware.htmlunit.javascript.host.Form.jsFunction_submit(Form.ja va:205) at inv19.invoke() at org.mozilla.javascript.FunctionObject.doInvoke(FunctionObject.java:498) at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:414) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c260.call(Embedded script:14) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c250.call(../../js/selectList.js:30) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c268.call(Wrapper definition for submitMasterProfile:1) at org.mozilla.javascript.optimizer.OptRuntime.callSimple(OptRuntime.java:275) at org.mozilla.javascript.gen.c270.call(submitMasterProfile:1) at org.mozilla.javascript.gen.c270.exec(submitMasterProfile) at org.mozilla.javascript.Context.evaluateReader(Context.java:820) at org.mozilla.javascript.Context.evaluateString(Context.java:784) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScript Engine.java:256) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptIfPossible(Html Page.java:699) at com.eds.gears.test.LoginTest.testHomePage(LoginTest.java:96) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu nner.java:392) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner. java:276) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner .java:167) Enclosed exception: java.lang.RuntimeException: java.lang.ClassFormatError: org/mozilla/javascript/gen/c396 (Code of a method longer than 65535 bytes) at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java:113) at org.mozilla.javascript.Context.compile(Context.java:2076) at org.mozilla.javascript.Context.compile(Context.java:2006) at org.mozilla.javascript.Context.compileReader(Context.java:899) at org.mozilla.javascript.Context.evaluateReader(Context.java:817) at org.mozilla.javascript.Context.evaluateString(Context.java:784) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScript Engine.java:256) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptIfPossible(Html Page.java:702) at com.gargoylesoftware.htmlunit.ScriptFilter.executeScript(ScriptFilter.java:2 74) at com.gargoylesoftware.htmlunit.ScriptFilter.endElement(ScriptFilter.java:233) at org.cyberneko.html.filters.DefaultFilter.endElement(Unknown Source) at org.cyberneko.html.filters.NamespaceBinder.endElement(Unknown Source) at org.cyberneko.html.HTMLTagBalancer.callEndElement(Unknown Source) at org.cyberneko.html.HTMLTagBalancer.endElement(Unknown Source) at org.cyberneko.html.HTMLScanner$SpecialScanner.scan(Unknown Source) at org.cyberneko.html.HTMLScanner.scanDocument(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLP arser.java:279) at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:217) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageC reator.java:110) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreat or.java:82) at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:5 69) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:536) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:454) at com.gargoylesoftware.htmlunit.html.HtmlFrame.<init>(HtmlFrame.java:87) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces sorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc torAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at com.gargoylesoftware.htmlunit.html.DefaultElementFactory.createElement(Defau ltElementFactory.java:96) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.startElemen t(HTMLParser.java:316) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.cyberneko.html.filters.DefaultFilter.emptyElement(Unknown Source) at com.gargoylesoftware.htmlunit.ScriptFilter.emptyElement(ScriptFilter.java:17 6) at org.cyberneko.html.filters.DefaultFilter.emptyElement(Unknown Source) at org.cyberneko.html.filters.NamespaceBinder.emptyElement(Unknown Source) at org.cyberneko.html.HTMLTagBalancer.startElement(Unknown Source) at org.cyberneko.html.HTMLScanner$ContentScanner.scanStartElement(Unknown Source) at org.cyberneko.html.HTMLScanner$ContentScanner.scan(Unknown Source) at org.cyberneko.html.HTMLScanner.scanDocument(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.cyberneko.html.HTMLConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLP arser.java:279) at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:217) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageC reator.java:110) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreat or.java:82) at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:5 69) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:536) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:421) at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:179) at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:130) at com.gargoylesoftware.htmlunit.javascript.host.Form.jsFunction_submit(Form.ja va:205) at inv19.invoke() at org.mozilla.javascript.FunctionObject.doInvoke(FunctionObject.java:498) at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:414) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c260.call(Embedded script:14) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c250.call(../../js/selectList.js:30) at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1199) at org.mozilla.javascript.gen.c268.call(Wrapper definition for submitMasterProfile:1) at org.mozilla.javascript.optimizer.OptRuntime.callSimple(OptRuntime.java:275) at org.mozilla.javascript.gen.c270.call(submitMasterProfile:1) at org.mozilla.javascript.gen.c270.exec(submitMasterProfile) at org.mozilla.javascript.Context.evaluateReader(Context.java:820) at org.mozilla.javascript.Context.evaluateString(Context.java:784) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScript Engine.java:256) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptIfPossible(Html Page.java:699) at com.eds.gears.test.LoginTest.testHomePage(LoginTest.java:96) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu nner.java:392) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner. java:276) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner .java:167) == CALLING JAVASCRIPT == calLearnAswArray = [textMenuItem('calLearnAswSAFSM', 'Cal-Learn AFLP Site Selection For Maintenance (SAFS)', '../action/Jump?jumpField=SAFS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAswMAFSM', 'Cal-Learn AFLP Site Maintenance (MAFS)', '../action/Jump?jumpField=MAFS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAswSAFCM', 'Select Cal-Learn Workers For Maintenance (SAFC)', '../action/Jump?jumpField=SAFC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAswMAFCM', 'Cal-Learn AFLP Case Worker Maintenance (MAFC)', '../action/Jump?jumpField=MAFC', 'l', '', '', true, 'mainFrame', 2) ]; caseAdmGssDreArray = [textMenuItem('caseAdmGssDreMGRGM', 'Registration Maintenance (MGRG)', '../action/Jump?jumpField=MGRG', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssDreSICRM', 'Inquire Ineligible Participants By Region (SICR)', '../action/Jump?jumpField=SICR', 'l', '', '', true, 'mainFrame', 1) ]; caseAdmGssDraArray = [textMenuItem('caseAdmGssDraMALEM', 'Maintain Alerts (MALE)', '../action/Jump?jumpField=MALE', 'l', '', '', true, 'mainFrame', 1) ]; systemMainMppArray = [textMenuItem('systemMainMppMPIMM', 'Service Provider Invoice Match And Payment Review (MPIM)', '../action/Jump?jumpField=MPIM', 'l', '', '', true, 'mainFrame', 1), textMenuItem('systemMainMppMCIMM', 'Maintain Child Care Invoice Match (MCIM)', '../action/Jump?jumpField=MCIM', 'l', '', '', true, 'mainFrame', 1) ]; caseMainDpDpArray = [textMenuItem('caseMainDpDpMGRGM', 'Registration Maintenance (MGRG)', '../action/Jump?jumpField=MGRG', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpSAEAM', 'Ancillary Expense Authorization Selection (SAEA)', '../action/Jump?jumpField=SAEA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpSCCGM', 'Select Child Care Global Authorization (SCCG)', '../action/Jump?jumpField=SCCG', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpICMSM', 'Compliance Selection (ICMS)', '../action/Jump?jumpField=ICMS', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpICASM', 'Case Information Inquiry (ICAS)', '../action/Jump?jumpField=ICAS', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpIPRCM', 'Person Record Inquiry (IPRC)', '../action/Jump?jumpField=IPRC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpIGPSM', 'Participant Program Status Inquiry - Part1 (IGPS)', '../action/Jump?jumpField=IGPS', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpIGP2M', 'Participant Program Status Inquiry - Part2 (IGP2)', '../action/Jump?jumpField=IGP2', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpMWFHM', 'Maintain Case Welfare History (MWFH)', '../action/Jump?jumpField=MWFH', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainDpDpMCAPM', 'Maintain Case Phone And Address (MCAP)', '../action/Jump?jumpField=MCAP', 'l', '', '', true, 'mainFrame', 1) ]; calLearnLeftAlrtArray = [textMenuItem('calLearnMainAlrtM', 'Alerts', 'javascript:\\', 'n', 'calLearnMainAlrt', '', true, 'mainFrame', 1) ]; caseMainLeftTcArray = [textMenuItem('caseMainTcPctM', 'Prepare Case for Transfer', 'javascript:\\', 'n', 'caseMainTcPct', '', true, 'mainFrame', 1), textMenuItem('caseMainTcTcM', 'Transfer Case', 'javascript:\\', 'n', 'caseMainTcTc', '', true, 'mainFrame', 2) ]; caseAdmScIprArray = [textMenuItem('caseAdmScIprMCAPM', 'Maintain Case Phone And Address (MCAP)', '../action/Jump?jumpField=MCAP', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmScIprICASM', 'Case Information Inquiry (ICAS)', '../action/Jump?jumpField=ICAS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmScIprIPRCM', 'Person Record Inquiry (IPRC)', '../action/Jump?jumpField=IPRC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmScIprMGRGM', 'Registration Maintenance (MGRG)', '../action/Jump?jumpField=MGRG', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmScIprMPRSM', 'Participant Registration (MPRS)', '../action/Jump?jumpField=MPRS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmScIprIAPPM', 'Appraisal Selection Inquiry (IAPP)', '../action/Jump?jumpField=IAPP', 'l', '', '', true, 'mainFrame', 2) ]; calLearnAnArray = [textMenuItem('calLearnAnMALEM', 'Maintain Alerts (MALE)', '../action/Jump?jumpField=MALE', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAnMAFAM', 'Maintain Cal-Learn AFLP Alerts (MAFA)', '../action/Jump?jumpField=MAFA', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAnSPNFM', 'Participant Notice File Selection (SPNF)', '../action/Jump?jumpField=SPNF', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAnSNOAM', 'NOA Notice Selection (SNOA)', '../action/Jump?jumpField=SNOA', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAnMNOFM', 'Maintain Notice Formats (MNOF)', '../action/Jump?jumpField=MNOF', 'l', '', '', true, 'mainFrame', 2), textMenuItem('calLearnAnMVDSM', 'Maintain Variable Data Screen (MVDS hyc test)', '../action/Jump?jumpField=MVDS', 'l', '', '', true, 'mainFrame', 2) ]; caseMainTransTorArray = [textMenuItem('caseMainTransTorSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainTransTorSOPRM', 'Select Overpayment Record (SOPR)', '../action/Jump?jumpField=SOPR', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainTransTorORACM', 'Overpayment/Repayment Accumulation (ORAC)', '../action/Jump?jumpField=ORAC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainTransTorMNOFM', 'Maintain Notice Formats (MNOF)', '../action/Jump?jumpField=MNOF', 'l', '', '', true, 'mainFrame', 1) ]; tst_noticesArray = [textMenuItem('MBED', 'MBED', '../action/Jump?jumpField=MBED', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MNAP', 'MNAP', '../action/Jump?jumpField=MNAP', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MNOF', 'MNOF', '../action/Jump?jumpField=MNOF&nextMapping=MNOF', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MNOT', 'MNOT', '../action/Jump?jumpField=MNOT', 'l', '', '', true, 'mainFrame', 0), textMenuItem('PAFN', 'PAFN', '../action/Jump?jumpField=PAFN', 'l', '', '', true, 'mainFrame', 0), textMenuItem('PAPP', 'PAPP', '../action/Jump?jumpField=PAPP', 'l', '', '', true, 'mainFrame', 0), textMenuItem('PBAP', 'PBAP', '../action/Jump?jumpField=PBAP', 'l', '', '', true, 'mainFrame', 0), textMenuItem('SNOA', 'SNOA', '../action/Jump?jumpField=SNOA', 'l', '', '', true, 'mainFrame', 0), textMenuItem('SPNF', 'SPNF', '../action/Jump?jumpField=SPNF', 'l', '', '', true, 'mainFrame', 0) ]; tst_providersArray = [textMenuItem('IICI', 'IICI', '../action/Jump?jumpField=IICI&nextMapping=IICI', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MACC', 'MACC', '../action/Jump?jumpField=MACC', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MCSI', 'MCSI', '../action/Jump?jumpField=MCSI&nextMapping=MCSI', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MICI', 'MICI', '../action/Jump?jumpField=MICI&nextMapping=MICI', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MPIM', 'MPIM', '../action/Jump?jumpField=MPIM', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MPPI', 'MPPI', '../action/Jump?jumpField=MPPI&nextMapping=MPPI', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MPRI', 'MPRI', '../action/Jump?jumpField=MPRI', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MPSI', 'MPSI', '../action/Jump?jumpField=MPSI&nextMapping=MPSI', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MSPI', 'MSPI', '../action/Jump?jumpField=MSPI&nextMapping=MSPI', 'l', '', '', true, 'mainFrame', 0), textMenuItem('SASP', 'SASP', '../action/Jump?jumpField=SASP', 'l', '', '', true, 'mainFrame', 0) ]; caseAdmScSacsArray = [textMenuItem('caseAdmScSacsMPRSM', 'Participant Registration (MPRS)', '../action/Jump?jumpField=MPRS', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmScSacsICMSM', 'Compliance Selection (ICMS)', '../action/Jump?jumpField=ICMS', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmScSacsINCSM', 'Conciliation Selection (INCS)', '../action/Jump?jumpField=INCS', 'l', '', '', true, 'mainFrame', 1) ]; testArray = [textMenuItem('t1', 'Alerts', 'expandMenu("tst_alerts")', 's', 'tst_alerts', '', true, '', 0), textMenuItem('t2', 'Appraisal', 'expandMenu("tst_appraisal")', 's', 'tst_appraisal', '', true, '', 0), textMenuItem('t3', 'Assessment', 'expandMenu("tst_assessment")', 's', 'tst_assessment', '', true, '', 0), textMenuItem('t4', 'CalLearn', 'expandMenu("tst_calLearn")', 's', 'tst_calLearn', '', true, '', 0), textMenuItem('t5', 'CaseMaintenance', 'expandMenu("tst_casemaintance")', 's', 'tst_casemaintance', '', true, '', 0), textMenuItem('t6', 'Compliance', 'expandMenu("tst_compliance")', 's', 'tst_compliance', '', true, '', 0), textMenuItem('t7', 'Component', 'expandMenu("tst_component")', 's', 'tst_component', '', true, '', 0), textMenuItem('t8', 'Connect', 'expandMenu("tst_connect")', 's', 'tst_connect', '', true, '', 0), textMenuItem('t9', 'Employment', 'expandMenu("tst_employment")', 's', 'tst_employment', '', true, '', 0), textMenuItem('t11', 'Notices', 'expandMenu("tst_notices")', 's', 'tst_notices', '', true, '', 0), textMenuItem('t12', 'Providers', 'expandMenu("tst_providers")', 's', 'tst_providers', '', true, '', 0), textMenuItem('t13', 'SupportiveService', 'expandMenu("tst_supportiveService")', 's', 'tst_supportiveService', '', true, '', 0), textMenuItem('t14', 'SystemAdministration', 'expandMenu("tst_sysAdmin")', 's', 'tst_sysAdmin', '', true, '', 0), textMenuItem('t15', 'Timeclock', 'expandMenu("tst_timeclock")', 's', 'tst_timeclock', '', true, '', 0), textMenuItem('t16', 'Other', 'expandMenu("tst_other")', 's', 'tst_other', '', true, '', 0) ]; caseMainLeftShArray = [textMenuItem('caseMainShShM', 'State Hearings', 'javascript:\\', 'n', 'caseMainShSh', '', true, 'mainFrame', 1) ]; altPayPrvdAccAccpArray = [textMenuItem('altPayPrvdAccAccpMACCM', 'Maintain All Stage 1 Child Care Providers (MACC)', '../action/Jump?jumpField=MACC', 'l', '', '', true, 'mainFrame', 1) ]; altPayPrvdAccPeArray = [textMenuItem('altPayPrvdAccPeICACM', 'Case Children Inquiry (ICAC)', '../action/Jump?jumpField=ICAC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeIPRCM', 'Person Record Inquiry (IPRC)', '../action/Jump?jumpField=IPRC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeICASM', 'Case Information Inquiry (ICAS)', '../action/Jump?jumpField=ICAS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeMGRGM', 'Registration Maintenance (MGRG)', '../action/Jump?jumpField=MGRG', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeIEPLM', 'Participant Employment Selection (IEPL)', '../action/Jump?jumpField=IEPL', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeICMSM', 'Compliance Selection (ICMS)', '../action/Jump?jumpField=ICMS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdAccPeMCAPM', 'Maintain Case Phone And Address (MCAP)', '../action/Jump?jumpField=MCAP', 'l', '', '', true, 'mainFrame', 2) ]; caseMainLeftNCompArray = [textMenuItem('caseMainNcompMcM', 'Maintain Compliance', 'javascript:\\', 'n', 'caseMainNcompMc', '', true, 'mainFrame', 1), textMenuItem('caseMainNcompRlitM', 'Review LEADER Interface Transactions', 'javascript:\\', 'n', 'caseMainNcompRlit', '', true, 'mainFrame', 2) ]; caseMainAlrtGswraaArray = [textMenuItem('caseMainAlrtGswraaSCNAM', 'Select Child Care Non-Availability (SCNA)', '../action/Jump?jumpField=SCNA', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainAlrtGswraaMCNAM', 'Maintain Child Care Non-Availability (MCNA)', '../action/Jump?jumpField=MCNA', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainAlrtGswraaSCCCM', 'Select Child Care Change (SCCC)', '../action/Jump?jumpField=SCCC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainAlrtGswraaMCCCM', 'Maintain Child Care Change (MCCC)', '../action/Jump?jumpField=MCCC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainAlrtGswraaMVDSM', 'Maintain Variable Data Screen (MVDS)', '../action/Jump?jumpField=MVDS', 'l', '', '', true, 'mainFrame', 2) ]; altPayPrvdMs1ccArray = [textMenuItem('altPayPrvdMs1ccMAOCM', 'Maintain APP Stage 1 Child Care (MAOC)', '../action/Jump?jumpField=MAOC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdMs1ccMARPM', 'Maintain APP Record Payments (MARP)', '../action/Jump?jumpField=MARP', 'l', '', '', true, 'mainFrame', 1) ]; altPayPrvdAccIciArray = [textMenuItem('altPayPrvdAccIciMICIM', 'Maintain Intermediary Contractor Inventory (MICI)', '../action/Jump?jumpField=MICI', 'l', '', '', true, 'mainFrame', 1) ]; topLeftCmArray = [textMenuItem('caseMainLeftApM', 'Appraise Participants', 'paintScreen("caseMainLeftAp", "mainFrame")', 's', 'caseMainLeftAp', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftAaM', 'Assign Activity', 'paintScreen("caseMainLeftAa", "mainFrame")', 's', 'caseMainLeftAa', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftCcM', 'Child Care', 'paintScreen("caseMainLeftCc", "mainFrame")', 's', 'caseMainLeftCc', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftTransM', 'Transportation', 'paintScreen("caseMainLeftTrans", "mainFrame")', 's', 'caseMainLeftTrans', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftAncM', 'Ancillary', 'paintScreen("caseMainLeftAnc", "mainFrame")', 's', 'caseMainLeftAnc', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftTcM', 'Transfer Case', 'paintScreen("caseMainLeftTc", "mainFrame")', 's', 'caseMainLeftTc', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftDpM', 'Deregister Participants', 'paintScreen("caseMainLeftDp", "mainFrame")', 's', 'caseMainLeftDp', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftExemptM', 'Exemptions', 'paintScreen("caseMainLeftExempt", "mainFrame")', 's', 'caseMainLeftExempt', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftNCompM', 'Non-compliance', 'paintScreen("caseMainLeftNComp", "mainFrame")', 's', 'caseMainLeftNComp', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftMtlM', 'Maintain Time Limits', 'paintScreen("caseMainLeftMtl", "mainFrame")', 's', 'caseMainLeftMtl', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftNoteM', 'Notices', 'paintScreen("caseMainLeftNote", "mainFrame")', 's', 'caseMainLeftNote', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftAlrtM', 'Alerts', 'paintScreen("caseMainLeftAlrt", "mainFrame")', 's', 'caseMainLeftAlrt', '', true, 'mainFrame', 0), textMenuItem('caseMainLeftShM', 'State Hearings', 'paintScreen("caseMainLeftSh", "mainFrame")', 's', 'caseMainLeftSh', '', true, 'mainFrame', 0) ]; homeNoteArray = [textMenuItem('homeNoteSPNFM', 'Participant Notice File Selection (SPNF)', '../action/Jump?jumpField=SPNF', 'l', '', '', true, 'mainFrame', 2), textMenuItem('homeNoteMNOFM', 'Maintain Notice Formats (MNOF)', '../action/Jump?jumpField=MNOF', 'l', '', '', true, 'mainFrame', 2) ]; caseMainShShArray = [textMenuItem('caseMainShShIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainShShIGFGM', 'GAIN Grievance/State Hearing Selection (IGFG)', '../action/Jump?jumpField=IGFG', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainShShMPRSM', 'Participant Registration (MPRS)', '../action/Jump?jumpField=MPRS', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainShShSPNFM', 'Participant Notice File Selection (SPNF)', '../action/Jump?jumpField=SPNF', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainShShSNOAM', 'NOA Notice Selection (SNOA)', '../action/Jump?jumpField=SNOA', 'l', '', '', true, 'mainFrame', 1) ]; caseAdmGssArray = [textMenuItem('caseAdmGssMALEM', 'Maintain Alerts (MALE)', '../action/Jump?jumpField=MALE', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssSAEAM', 'Ancillary Expense Authorization Selection (SAEA)', '../action/Jump?jumpField=SAEA', 'l', '', '', true, 'mainFrame', 2) ]; homeEmpArray = [textMenuItem('homeEmpIEPLM', 'Participant Employment Selection (IEPL)', '../action/Jump?jumpField=IEPL', 'l', '', '', true, 'mainFrame', 2) ]; topLeftCaArray = [textMenuItem('caseAdmLeftUcM', 'Unit Clerk', 'paintScreen("caseAdmLeftUc", "mainFrame")', 's', 'caseAdmLeftUc', '', true, 'mainFrame', 0), textMenuItem('caseAdmLeftScM', 'Scheduling Clerk', 'paintScreen("caseAdmLeftSc", "mainFrame")', 's', 'caseAdmLeftSc', '', true, 'mainFrame', 0), textMenuItem('caseAdmLeftCashM', 'Cashier', 'paintScreen("caseAdmLeftCash", "mainFrame")', 's', 'caseAdmLeftCash', '', true, 'mainFrame', 0), textMenuItem('caseAdmLeftRaM', 'Regional Administrator', 'paintScreen("caseAdmLeftRa", "mainFrame")', 's', 'caseAdmLeftRa', '', true, 'mainFrame', 0), textMenuItem('caseAdmLeftGssM', 'GAIN Services Supervisor', 'paintScreen("caseAdmLeftGss", "mainFrame")', 's', 'caseAdmLeftGss', '', true, 'mainFrame', 0), textMenuItem('caseAdmLeftGcM', 'GAIN Coordinator', 'paintScreen("caseAdmLeftGc", "mainFrame")', 's', 'caseAdmLeftGc', '', true, 'mainFrame', 0) ]; tst_appraisalArray = [textMenuItem('IAPP', 'IAPP', '../action/Jump?jumpField=IAPP&nextMapping=IAPP_I', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MGA1', 'MGA1', '../action/Jump?jumpField=MGA1&nextMapping=MGA1_I', 'l', '', '', true, 'mainFrame', 0) ]; caseMainAppArray = [textMenuItem('caseMainAppIAPPM', 'Appraisal Selection Inquiry (IAPP)', '../action/Jump?jumpField=IAPP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainAppMTLDM', 'Maintain Learning Disability (MTLD)', '../action/Jump?jumpField=MTLD', 'l', '', '', true, 'mainFrame', 2) ]; tst_connectArray = [textMenuItem('cnct6', 'Add Appointment', '../action/ConnectJump?jumpField=add appointment&nextMapping=C01030&expectedScreen=C01030', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct7', 'Add Reminder', '../action/ConnectJump?jumpField=add reminder&nextMapping=C01280&expectedScreen=C01280', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct10', 'All Entries', '../action/ConnectJump?jumpField=calendar&nextMapping=C0306010&expectedScree n=C0306010', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct2', 'C03090 - Day', '../action/ConnectJump?jumpField=day&nextMapping=C03090&expectedScreen=C0309 0', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct4', 'C03190 - Month', '../action/ConnectJump?jumpField=month&nextMapping=C03190&expectedScreen=C03 190', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct3', 'C03350 - Week', '../action/ConnectJump?jumpField=week&nextMapping=C03350&expectedScreen=C033 50', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct5', 'C03370 - Year', '../action/ConnectJump?jumpField=year&nextMapping=C03370&expectedScreen=C033 70', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct1', 'C37000 - Menu', '../action/ConnectJump?jumpField=menu&nextMapping=C37000&expectedScreen=C370 00', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct9', 'Display Appointments', '../action/ConnectJump?jumpField=appointment&nextMapping=C0306010&expectedSc reen=C0306010', 'l', '', '', true, 'mainFrame', 0), textMenuItem('cnct8', 'Display Reminders', '../action/ConnectJump?jumpField=reminder&nextMapping=C0306010&expectedScree n=C0306010', 'l', '', '', true, 'mainFrame', 0) ]; calLearnLeftNoteArray = [textMenuItem('calLearnNoteRnM', 'Notices', 'javascript:\\', 'n', 'calLearnNoteRn', '', true, 'mainFrame', 1) ]; caseAdmHycArray = [textMenuItem('caseAdmHycRELEM', 'HY test RELE', '../action/Jump?jumpField=RELE', 'l', '', '', true, 'mainFrame', 2) ]; caseAdmRaRcArray = [textMenuItem('caseAdmRaRcMGSWM', 'GAIN Services Worker Maintenance (MGSW)', '../action/Jump?jumpField=MGSW', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmRaRcMRCCM', 'Maintain Regional Caseload Caps (MRCC)', '../action/Jump?jumpField=MRCC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmRaRcMUAPM', 'Maintain Unassigned Appraisal Pool (MUAP)', '../action/Jump?jumpField=MUAP', 'l', '', '', true, 'mainFrame', 1) ]; caseMainTransArray = [textMenuItem('caseMainTransSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainTransIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 1) ]; altPayPrvdAlrtGaArray = [textMenuItem('altPayPrvdAlrtGaSCNAM', 'Select Child Care Non-Availability (SCNA)', '../action/Jump?jumpField=SCNA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtGaMCNAM', 'Maintain Child Care Non-Availability (MCNA)', '../action/Jump?jumpField=MCNA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtGaSCCCM', 'Select Child Care Change (SCCC)', '../action/Jump?jumpField=SCCC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtGaMCCCM', 'Maintain Child Care Change (MCCC)', '../action/Jump?jumpField=MCCC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtGaIAPAM', 'Initiate APP Alerts (IAPA)', '../action/Jump?jumpField=IAPA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtGaMVDSM', 'Maintain Variable Data Screen (MVDS)', '../action/Jump?jumpField=MVDS', 'l', '', '', true, 'mainFrame', 1) ]; caseAdmCashCssoArray = [textMenuItem('caseAdmCashCssoSOPRM', 'Select Overpayment Record (SOPR)', '../action/Jump?jumpField=SOPR', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmCashCssoORACM', 'Overpayment/Repayment Accumulation (ORAC)', '../action/Jump?jumpField=ORAC', 'l', '', '', true, 'mainFrame', 1) ]; altPayPrvdAccMs2ccArray = [textMenuItem('altPayPrvdAccMs2ccMSTCM', 'Maintain Child Care Stage 2 (MSTC)', '../action/Jump?jumpField=MSTC', 'l', '', '', true, 'mainFrame', 1) ]; altPayPrvdJciArray = [textMenuItem('altPayPrvdJciMICIM', 'JRMaintain Intermediary Contractor Inventory (MICI)', '../action/Jump?jumpField=MICI', 'l', '', '', true, 'mainFrame', 1) ]; caseMainLeftAlrtArray = [textMenuItem('caseMainAlrtGswM', 'GAIN Services Worker', 'javascript:\\', 'n', 'caseMainAlrtGsw', '', true, 'mainFrame', 1), textMenuItem('caseMainAlrtGswgaaM', 'GAIN Services Worker - Generate Alerts to APP', 'javascript:\\', 'n', 'caseMainAlrtGswgaa', '', true, 'mainFrame', 1), textMenuItem('caseMainAlrtAppM', 'Alternate Payment Provider', 'javascript:\\', 'n', 'caseMainAlrtApp', '', true, 'mainFrame', 1), textMenuItem('caseMainAlrtGswraaM', 'GAIN Services Worker - Review Alerts from APP', 'javascript:\\', 'n', 'caseMainAlrtGswraa', '', true, 'mainFrame', 2), textMenuItem('caseMainAlrtAflpM', 'Adolescent Family Life Program', 'javascript:\\', 'n', 'caseMainAlrtAflp', '', true, 'mainFrame', 2) ]; altPayPrvdPeArray = [textMenuItem('altPayPrvdPeICACM', 'Case Children Inquiry (ICAC)', '../action/Jump?jumpField=ICAC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeIPRCM', 'Person Record Inquiry (IPRC)', '../action/Jump?jumpField=IPRC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeICASM', 'Case Information Inquiry (ICAS)', '../action/Jump?jumpField=ICAS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeMGRGM', 'Registration Maintenance (MGRG)', '../action/Jump?jumpField=MGRG', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeIEPLM', 'Participant Employment Selection (IEPL)', '../action/Jump?jumpField=IEPL', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeICMSM', 'Compliance Selection (ICMS)', '../action/Jump?jumpField=ICMS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('altPayPrvdPeMCAPM', 'Maintain Case Phone And Address (MCAP)', '../action/Jump?jumpField=MCAP', 'l', '', '', true, 'mainFrame', 2) ]; caseAdmGssRaaArray = [textMenuItem('caseAdmGssRaaSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssRaaSAEAM', 'Ancillary Expense Authorization Selection (SAEA)', '../action/Jump?jumpField=SAEA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssRaaMAOCM', 'Maintain APP Stage 1 Child Care (MAOC)', '../action/Jump?jumpField=MAOC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssRaaMSTCM', 'Maintain Child Care Stage 2 (MSTC)', '../action/Jump?jumpField=MSTC', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssRaaSCCGM', 'Select Child Care Global Authorization (SCCG)', '../action/Jump?jumpField=SCCG', 'l', '', '', true, 'mainFrame', 1) ]; caseAdmCashArray = [textMenuItem('caseAdmCashSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmCashSAEAM', 'Ancillary Expense Authorization Selection (SAEA)', '../action/Jump?jumpField=SAEA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmCashSOPRM', 'Select Overpayment Record (SOPR)', '../action/Jump?jumpField=SOPR', 'l', '', '', true, 'mainFrame', 1) ]; caseMainAaAaaArray = [textMenuItem('caseMainAaAaaIASIM', 'Assessment Selection Inquiry (IASI)', '../action/Jump?jumpField=IASI', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainAaAaaMGARM', 'Assessment Referral Maintenance (MGAR)', '../action/Jump?jumpField=MGAR', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainAaAaaMNOFM', 'Maintain Notice Formats (MNOF)', '../action/Jump?jumpField=MNOF', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainAaAaaMGASM', 'Assessment Maintenance (MGAS)', '../action/Jump?jumpField=MGAS', 'l', '', '', true, 'mainFrame', 2) ]; caseAdmLeftCashArray = [textMenuItem('caseAdmCashIsspM', 'Issue Supportive Services Payments', 'javascript:\\', 'n', 'caseAdmCashIssp', '', true, 'mainFrame', 1), textMenuItem('caseAdmCashCssoM', 'Collect Supportive Services Overpayments', 'javascript:\\', 'n', 'caseAdmCashCsso', '', true, 'mainFrame', 1), textMenuItem('caseAdmCashIprM', 'Inquire Participant Record', 'javascript:\\', 'n', 'caseAdmCashIpr', '', true, 'mainFrame', 2) ]; caseMainLeftDpArray = [textMenuItem('caseMainDpDpM', 'Deregister Participants', 'javascript:\\', 'n', 'caseMainDpDp', '', true, 'mainFrame', 1) ]; tst_componentArray = [textMenuItem('IJST', 'IJST', '../action/Jump?jumpField=IJST&nextMapping=IJST', 'l', '', '', true, 'mainFrame', 0), textMenuItem('IPCA', 'IPCA', '../action/Jump?jumpField=IPCA&nextMapping=IPCA', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MCAT', 'MCAT', '../action/Jump?jumpField=MCAT&nextMapping=MCAT', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MCSC', 'MCSC', '../action/Jump?jumpField=MCSC&nextMapping=MCSC', 'l', '', '', true, 'mainFrame', 0), textMenuItem('SPNM', 'SPNM', '../action/Jump?jumpField=SPNM', 'l', '', '', true, 'mainFrame', 0), textMenuItem('SSTP', 'SSTP', '../action/Jump?jumpField=SSTP', 'l', '', '', true, 'mainFrame', 0) ]; homeCompArray = [textMenuItem('homeCompICMSM', 'Compliance Selection (ICMS)', '../action/Jump?jumpField=ICMS', 'l', '', '', true, 'mainFrame', 1) ]; caseAdmRaDreArray = [textMenuItem('caseAdmRaDreMGRGM', 'Registration Maintenance (MGRG)', '../action/Jump?jumpField=MGRG', 'l', '', '', true, 'mainFrame', 1) ]; topSmArray = [textMenuItem('systemMainMtlM', 'Maintenance Tools', 'javascript:\\', 'n', 'systemMainMtl', '', true, 'mainFrame', 1), textMenuItem('systemMainMppM', 'Maintain Payment to Providers', 'javascript:\\', 'n', 'systemMainMpp', '', true, 'mainFrame', 1), textMenuItem('systemMainMnM', 'Maintain Notices', 'javascript:\\', 'n', 'systemMainMn', '', true, 'mainFrame', 1), textMenuItem('systemMainMrM', 'Maintain Reports', 'javascript:\\', 'n', 'systemMainMr', '', true, 'mainFrame', 1), textMenuItem('systemMainMcM', 'Maintain Contractors', 'javascript:\\', 'n', 'systemMainMc', '', true, 'mainFrame', 2), textMenuItem('systemMainMccrM', 'Maintain Child Care Rates', 'javascript:\\', 'n', 'systemMainMccr', '', true, 'mainFrame', 2) ]; caseAdmScSaArray = [textMenuItem('caseAdmScSaMPTRM', 'Participant/GSW File Transfer (MPTR)', '../action/Jump?jumpField=MPTR', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmScSaMCTRM', 'Multiple Participant/GSW File Transfer (MCTR)', '../action/Jump?jumpField=MCTR', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmScSaMUAPM', 'Maintain Unassigned Appraisal Pool (MUAP)', '../action/Jump?jumpField=MUAP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmScSaMNOFM', 'Maintain Notice Formats (MNOF)', '../action/Jump?jumpField=MNOF', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseAdmScSaSPNFM', 'Participant Notice File Selection (SPNF)', '../action/Jump?jumpField=SPNF', 'l', '', '', true, 'mainFrame', 1) ]; caseMainExemptRlitArray = [textMenuItem('caseMainExemptRlitSLITM', 'LEADER Txn Selection (SLIT)', '../action/Jump?jumpField=SLIT', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseMainExemptRlitMLCMM', 'Maintain Case Comment To LEADER (MLCM)', '../action/Jump?jumpField=MLCM', 'l', '', '', true, 'mainFrame', 2) ]; altPayPrvdAlrtRaArray = [textMenuItem('altPayPrvdAlrtRaMASOM', 'Maintain Stage 1 Alerts (MASO)', '../action/Jump?jumpField=MASO', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtRaMASTM', 'Maintain Stage 2 Alerts (MAST)', '../action/Jump?jumpField=MAST', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtRaSCCRM', 'Select Child Care Request (SCCR)', '../action/Jump?jumpField=SCCR', 'l', '', '', true, 'mainFrame', 1), textMenuItem('altPayPrvdAlrtRaMCCRM', 'Maintain Child Care Requests (MCCR)', '../action/Jump?jumpField=MCCR', 'l', '', '', true, 'mainFrame', 1) ]; tst_calLearnArray = [textMenuItem('CLNC', 'CLNC', '../action/Jump?jumpField=CLNC&nextMapping=CLNC', 'l', '', '', true, 'mainFrame', 0), textMenuItem('ICLE', 'ICLE', '../action/Jump?jumpField=ICLE', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MAFC', 'MAFC', '../action/Jump?jumpField=MAFC', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MAFS', 'MAFS', '../action/Jump?jumpField=MAFS', 'l', '', '', true, 'mainFrame', 0), textMenuItem('MCLS', 'MCLS', '../action/Jump?jumpField=MCLS', 'l', '', '', true, 'mainFrame', 0), textMenuItem('SAFC', 'SAFC', '../action/Jump?jumpField=SAFC', 'l', '', '', true, 'mainFrame', 0), textMenuItem('SAFS', 'SAFS', '../action/Jump?jumpField=SAFS', 'l', '', '', true, 'mainFrame', 0) ]; caseAdmLeftUcArray = [textMenuItem('caseAdmUcTcM', 'Transfer Case', 'javascript:\\', 'n', 'caseAdmUcTc', '', true, 'mainFrame', 1), textMenuItem('caseAdmUcRnspM', 'Review Notices Sent to Participant', 'javascript:\\', 'n', 'caseAdmUcRnsp', '', true, 'mainFrame', 1), textMenuItem('caseAdmUcIprM', 'Inquire Participant Record', 'javascript:\\', 'n', 'caseAdmUcIpr', '', true, 'mainFrame', 2) ]; caseAdmLeftGssArray = [textMenuItem('caseAdmGssDraM', 'Delete/Review Alerts', 'javascript:\\', 'n', 'caseAdmGssDra', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssRaaM', 'Review/Approve Authorizations', 'javascript:\\', 'n', 'caseAdmGssRaa', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssDreM', 'Deregister/Review Exemptions', 'javascript:\\', 'n', 'caseAdmGssDre', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssGswcM', 'GAIN Services Worker Caseload', 'javascript:\\', 'n', 'caseAdmGssGswc', '', true, 'mainFrame', 1), textMenuItem('caseAdmGssPartM', 'Participant', 'javascript:\\', 'n', 'caseAdmGssPart', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssNcompM', 'Non-compliance', 'javascript:\\', 'n', 'caseAdmGssNcomp', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssRtcM', 'Register/Transfer Cases', 'javascript:\\', 'n', 'caseAdmGssRtc', '', true, 'mainFrame', 2) ]; caseMainTransTiArray = [textMenuItem('caseMainTransTiIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainTransTiSTRPM', 'Transportation Expense Selection (STRP)', '../action/Jump?jumpField=STRP', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainTransTiIRWIM', 'Replaced Warrant Information Inquiry (IRWI)', '../action/Jump?jumpField=IRWI', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainTransTiCATTM', 'Calculate Travel Time (CATT)', '../action/Jump?jumpField=CATT', 'l', '', '', true, 'mainFrame', 1) ]; caseMainAncAiArray = [textMenuItem('caseMainAncAiIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainAncAiSAEAM', 'Ancillary Expense Authorization Selection (SAEA)', '../action/Jump?jumpField=SAEA', 'l', '', '', true, 'mainFrame', 1), textMenuItem('caseMainAncAiIRWIM', 'Replaced Warrant Information Inquiry (IRWI)', '../action/Jump?jumpField=IRWI', 'l', '', '', true, 'mainFrame', 1) ]; caseAdmGssPartArray = [textMenuItem('caseAdmGssPartIPCAM', 'Participant Component Selection (IPCA)', '../action/Jump?jumpField=IPCA', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssPartIAPPM', 'Appraisal Selection Inquiry (IAPP)', '../action/Jump?jumpField=IAPP', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssPartICASM', 'Case Information Inquiry (ICAS)', '../action/Jump?jumpField=ICAS', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssPartIPRCM', 'Person Record Inquiry (IPRC)', '../action/Jump?jumpField=IPRC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssPartMPTLM', 'Maintain Participant Time Limits (MPTL)', '../action/Jump?jumpField=MPTL', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssPartMPTCM', 'Maintain Participant Time Count (MPTC)', '../action/Jump?jumpField=MPTC', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssPartIEPLM', 'Participant Employment Selection (IEPL)', '../action/Jump?jumpField=IEPL', 'l', '', '', true, 'mainFrame', 2), textMenuItem('caseAdmGssPartIGFGM', 'GAIN Grievance/State Hearing Selection (IGFG)', '../action/Jump?jumpField=IGFG', 'l', '', '', true, 'mainFrame', 2) ]; homeTopArray = [textMenuItem('homeSsM', 'Supportive Services', 'expandMenu("homeSs")', 's', 'homeSs', '', true, 'mainFrame', 2), textMenuItem('homeEmpM', 'Employment', 'expandMenu("homeEmp")', 's', 'homeEmp', '', true, 'mainFrame', 2), textMenuItem('homePartM', 'Participant', 'expandMenu("homePart")', 's', 'homePart', '', true, 'mainFrame', 1), textMenuItem('homeSeaM', 'Search', 'expandMenu("homeSea")', 's', 'homeSea', '', true, 'mainFrame', 1), textMenuItem('homeAppM', 'Appraisal', 'expandMenu("homeApp")', 's', 'homeApp', '', true, 'mainFrame', 1), textMenuItem('homeCompM', 'Compliance', 'expandMenu("homeComp")', 's', 'homeComp', '', true, 'mainFrame', 1), textMenuItem('homeEligM', 'Eligibility', 'expandMenu("homeElig")', 's', 'homeElig', '', true, 'mainFrame', 2), textMenuItem('homeNoteM', 'Notices', 'expandMenu("homeNote")', 's', 'homeNote', '', true, 'mainFrame', 2) ]; caseMainCcAs1ccArray... [truncated message content] |