CINXE.COM

ePA

<html> <head> <META HTTP-EQUIV="Cache-control" Content="no-store, no-cache"> <META HTTP-EQUIV="Pragma" Content="no-cache" max-age="0"> <META HTTP-EQUIV="Expires" Content="-1"> <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"> <title>ePA</title> <link rel="shortcut icon" href="/doc/ZZY/images/tw_favicon.ico" /> <title></title> <SCRIPT type="text/javascript"> var mymessage = "This function is not allowed."; if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.captureEvents(Event.KEYDOWN); } function when_mouse_pressed(keyp, p_frame) { if (document.layers && keyp.which != 1) { alert(mymessage); return false; } if (document.all) { if(!p_frame) { if(window.event.button != 1) { alert(mymessage); return false; } } else { if(parent.frames[p_frame].event.button != 1) { alert(mymessage); return false; } } } return true; } function when_button_pressed(keyp, p_frame){ var v_key = ""; var v_ctrl_key = ""; var v_alt_key = ""; var v_item_type = ""; // Set window close global variable to 1, which will not remove the central // session entry if (document.layers) { v_key = keyp.which; if ( (v_key == 8 || v_key == 93 || v_key == 0 || v_key == 17 || v_key == 122 || v_key == 117 || v_key == 115) || (keyp.modifiers==2 && Event.CONTROL_MASK)) { if (v_key == 8) { parent.gl_winclose = 0; } alert(mymessage); return false; } } if(document.all) { if(!p_frame) // If the object is undefined { v_key = window.event.keyCode; v_alt_key = window.event.altKey; v_ctrl_key = window.event.ctrlKey; v_item_type = window.event.srcElement.type; } else { v_key = parent.frames[p_frame].event.keyCode; v_alt_key = parent.frames[p_frame].event.altKey; v_ctrl_key = parent.frames[p_frame].event.ctrlKey; v_item_type = parent.frames[p_frame].event.srcElement.type; } if (v_key == 116 || v_key==17) { parent.gl_winclose = 1; } if(!v_item_type) { if( (v_key ==78 && v_ctrl_key ) || (v_key ==122 && v_alt_key ) || (v_key == 93 || v_key == 0 || v_key == 122 || v_key == 117 || v_key == 115 || v_key == 8)) { if ( (v_key == 115 && v_alt_key ) || v_key == 8) { parent.gl_winclose=0; } if(!p_frame) window.event.keyCode = 0; // disable the above keys else parent.frames[p_frame].event.keyCode = 0; // disable the above keys if ( !(v_key ==122 && v_alt_key )) alert(mymessage); return false; } } } return true; } document.onkeydown = function (keyp) { return(when_button_pressed(keyp))} document.onmousedown = function (keyp) { return(when_mouse_pressed(keyp))} // firefox if ((typeof HTMLElement!="undefined") && (!(HTMLElement.prototype.insertAdjacentElement))) { HTMLElement.prototype.insertAdjacentElement = function (where,parsedNode) { switch (where) { case 'BeforeBegin': this.parentNode.insertBefore(parsedNode,this) break; case 'AfterBegin': this.insertBefore(parsedNode,this.firstChild); break; case 'BeforeEnd': this.appendChild(parsedNode); break; case 'AfterEnd': if (this.nextSibling) this.parentNode.insertBefore(parsedNode,this.nextSibling); else this.parentNode.appendChild(parsedNode); break; } } HTMLElement.prototype.insertAdjacentHTML = function (where,htmlStr) { var r = this.ownerDocument.createRange(); r.setStartBefore(this); var parsedHTML = r.createContextualFragment(htmlStr); this.insertAdjacentElement(where,parsedHTML) } HTMLElement.prototype.insertAdjacentText = function (where,txtStr) { var parsedText = document.createTextNode(txtStr) this.insertAdjacentElement(where,parsedText) } } function getElementsById (p_obj_id) { var v_elements = document.getElementsByTagName('*'); var v_cnt = 0; var v_array = new Array; for (var v_cntr=0; v_cntr<v_elements.length;v_cntr++) if (v_elements[v_cntr].id == p_obj_id) { v_array[v_cnt] = v_elements[v_cntr]; v_cnt++; } if (v_cnt==1) return v_array[0]; else return v_array; } if ((typeof HTMLElement!="undefined") && (!(HTMLElement.prototype.fireEvent))) { HTMLElement.prototype.fireEvent = function (where,txtStr) { var evtObj = document.createEvent('MouseEvents'); evtObj.initMouseEvent( "click", true, true, document.defaultView, 1, 0, 0, 0, 0, false, false, true, false, 0, null); this.dispatchEvent( evtObj ); } } //Emulate innerText on Firefox if (typeof HTMLElement != "undefined" && typeof HTMLElement.prototype.__defineGetter__ == "function") { HTMLElement.prototype.__defineGetter__("innerText", function () { return this.textContent; }); } var gl_orgmpcxl_seqno=0; var gl_orgmpcxh_seqno=0; function translate_text(p_text) { var v_text = p_text; v_text = v_text.replace(/\u00C4/g,"%C4"); v_text = v_text.replace(/\u00DC/g,"%DC"); v_text = v_text.replace(/\u00D6/g,"%D6"); v_text = v_text.replace(/\u00F6/g,"%F6"); v_text = v_text.replace(/\u00FC/g,"%FC"); v_text = v_text.replace(/\u00E4/g,"%E4"); v_text = v_text.replace(/\u00DF/g,"%DF"); v_text = v_text.replace(/\u00AB/g,"%AB"); v_text = v_text.replace(/\u00BB/g,"%BB"); v_text = v_text.replace(/\u00A2/g,"%A2"); v_text = v_text.replace(/\u00A9/g,"%A9"); v_text = v_text.replace(/\u00F7/g,"%F7"); v_text = v_text.replace(/\u0080/g,"%80"); v_text = v_text.replace(/\u00B5/g,"%B5"); v_text = v_text.replace(/\u00B7/g,"%B7"); v_text = v_text.replace(/\u00B6/g,"%B6"); v_text = v_text.replace(/\u00B1/g,"%B1"); v_text = v_text.replace(/\u00A3/g,"%A3"); v_text = v_text.replace(/\u00AE/g,"%AE"); v_text = v_text.replace(/\u00A7/g,"%A7"); v_text = v_text.replace(/\u00A5/g,"%A5"); v_text = v_text.replace(/\u00E1/g,"%E1"); v_text = v_text.replace(/\u00C1/g,"%C1"); v_text = v_text.replace(/\u00E0/g,"%E0"); v_text = v_text.replace(/\u00C0/g,"%C0"); v_text = v_text.replace(/\u00E2/g,"%E2"); v_text = v_text.replace(/\u00C2/g,"%C2"); v_text = v_text.replace(/\u00E5/g,"%E5"); v_text = v_text.replace(/\u00C5/g,"%C5"); v_text = v_text.replace(/\u00E3/g,"%E3"); v_text = v_text.replace(/\u00C3/g,"%C3"); v_text = v_text.replace(/\u00E6/g,"%E6"); v_text = v_text.replace(/\u00C6/g,"%C6"); v_text = v_text.replace(/\u00E7/g,"%E7"); v_text = v_text.replace(/\u00C7/g,"%C7"); v_text = v_text.replace(/\u00E9/g,"%E9"); v_text = v_text.replace(/\u00C9/g,"%C9"); v_text = v_text.replace(/\u00E8/g,"%E8"); v_text = v_text.replace(/\u00C8/g,"%C8"); v_text = v_text.replace(/\u00EA/g,"%EA"); v_text = v_text.replace(/\u00CA/g,"%CA"); v_text = v_text.replace(/\u00EB/g,"%EB"); v_text = v_text.replace(/\u00CB/g,"%CB"); v_text = v_text.replace(/\u00ED/g,"%ED"); v_text = v_text.replace(/\u00CD/g,"%CD"); v_text = v_text.replace(/\u00EC/g,"%EC"); v_text = v_text.replace(/\u00CC/g,"%CC"); v_text = v_text.replace(/\u00EE/g,"%EE"); v_text = v_text.replace(/\u00CE/g,"%CE"); v_text = v_text.replace(/\u00EF/g,"%EF"); v_text = v_text.replace(/\u00CF/g,"%CF"); v_text = v_text.replace(/\u00F1/g,"%F1"); v_text = v_text.replace(/\u00D1/g,"%D1"); v_text = v_text.replace(/\u00F3/g,"%F3"); v_text = v_text.replace(/\u00D3/g,"%D3"); v_text = v_text.replace(/\u00F2/g,"%F2"); v_text = v_text.replace(/\u00D2/g,"%D2"); v_text = v_text.replace(/\u00F4/g,"%F4"); v_text = v_text.replace(/\u00D4/g,"%D4"); v_text = v_text.replace(/\u00F8/g,"%F8"); v_text = v_text.replace(/\u00D8/g,"%D8"); v_text = v_text.replace(/\u00F5/g,"%F5"); v_text = v_text.replace(/\u00D5/g,"%D5"); v_text = v_text.replace(/\u00FA/g,"%FA"); v_text = v_text.replace(/\u00DA/g,"%DA"); v_text = v_text.replace(/\u00F9/g,"%F9"); v_text = v_text.replace(/\u00D9/g,"%D9"); v_text = v_text.replace(/\u00FB/g,"%FB"); v_text = v_text.replace(/\u00DB/g,"%DB"); v_text = v_text.replace(/\u00FF/g,"%FF"); v_text = v_text.replace(/\u00B4/g,"%B4"); v_text = v_text.replace(/\u0060/g,"%60"); return v_text; } function call_window_open(p1,p2,p3,p_obj) { // To replace pound sign p1 = p1.replace(/\u00A3/g,"%A3"); p1 = translate_text(p1); // if(p2=="_self") { p_obj.location.href=p1; return true ; } else { if (p2=="_top") { top.location.href=p1; } else { return(window.open(p1,p2,p3)); } return true ; } } var mymessage = "This function is not allowed."; if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.captureEvents(Event.KEYDOWN); } function when_mouse_pressed(keyp, p_frame) { if (document.layers && keyp.which != 1) { alert(mymessage); return false; } if (document.all) { if(!p_frame) { if(window.event.button != 1) { alert(mymessage); return false; } } else { if(parent.frames[p_frame].event.button != 1) { alert(mymessage); return false; } } } return true; } function when_button_pressed(keyp, p_frame){ var v_key = ""; var v_ctrl_key = ""; var v_alt_key = ""; var v_item_type = ""; // Set window close global variable to 1, which will not remove the central // session entry if (document.layers) { v_key = keyp.which; if ( (v_key == 8 || v_key == 93 || v_key == 0 || v_key == 17 || v_key == 122 || v_key == 117 || v_key == 115) || (keyp.modifiers==2 && Event.CONTROL_MASK)) { if (v_key == 8) { parent.gl_winclose = 0; } alert(mymessage); return false; } } if(document.all) { if(!p_frame) // If the object is undefined { v_key = window.event.keyCode; v_alt_key = window.event.altKey; v_ctrl_key = window.event.ctrlKey; v_item_type = window.event.srcElement.type; } else { v_key = parent.frames[p_frame].event.keyCode; v_alt_key = parent.frames[p_frame].event.altKey; v_ctrl_key = parent.frames[p_frame].event.ctrlKey; v_item_type = parent.frames[p_frame].event.srcElement.type; } if (v_key == 116 || v_key==17) { parent.gl_winclose = 1; } if(!v_item_type) { if( (v_key ==78 && v_ctrl_key ) || (v_key ==122 && v_alt_key ) || (v_key == 93 || v_key == 0 || v_key == 122 || v_key == 117 || v_key == 115 || v_key == 8)) { if ( (v_key == 115 && v_alt_key ) || v_key == 8) { parent.gl_winclose=0; } if(!p_frame) window.event.keyCode = 0; // disable the above keys else parent.frames[p_frame].event.keyCode = 0; // disable the above keys if ( !(v_key ==122 && v_alt_key )) alert(mymessage); return false; } } } return true; } document.onkeydown = function (keyp) { return(when_button_pressed(keyp))} document.onmousedown = function (keyp) { return(when_mouse_pressed(keyp))} // Set gl_winclose parameter to trap window close event. var gl_winclose=0; var gl_language="1|en"; // window.onunload = check_parameter; //window.onfocus = function () { gl_winclose = 0; }; function call_events() { parent.frames["top_frame"].document.onkeydown = function(keyp) {return(when_button_pressed(keyp,"top_frame")); } parent.frames["bottom_frame"].document.onkeydown = function(keyp) {return(when_button_pressed(keyp,"bottom_frame")); } parent.frames["left_frame"].document.onkeydown = function(keyp) {return(when_button_pressed(keyp,"left_frame")); } parent.document.onkeydown = function(keyp) {return(when_button_pressed(keyp)); } } function check_parameter() { // following if is added temporarily to suppress logout from window close button // to fix the issue of logging off while navigating the pages. if(navigator.appName == "Microsoft Internet Explorer") return; null; } window.onClose=end_session; function end_session(){ alert("Removing session entry...."); window.open("ww_pa_logon.logout?p_param=APPTYPE=M&p_param=LANG=1|en"); } function append_code() { if (document.all) { // for ie, do nothing } else if (document.getElementById) { // for firefox do following var v_current_url = parent.middle_frame.location.href ; v_current_url = v_current_url.substring(0, v_current_url.indexOf('?')) ; v_current_url = v_current_url.substring(v_current_url.lastIndexOf('.')+1) ; if ((v_current_url == "htm") || (v_current_url == "html")) { var v_text = "" ; // create dummy input tag v_text = "<INPUT TYPE=HIDDEN VALUE=NoUseInSubmit" + ">" ; // create necessary overriding function to be appended // ... DO NOT MODIFY following line ... v_text = v_text + "<SCRIPT DEFER> if ((typeof HTMLElement!=\"undefined\") && (!(HTMLElement.prototype.insertAdjacentElement))){HTMLElement.prototype.insertAdjacentElement = function (where,parsedNode) {switch (where) { case 'BeforeBegin': this.parentNode.insertBefore(parsedNode,this); break; case 'AfterBegin': this.insertBefore(parsedNode,this.firstChild); break; case 'BeforeEnd': this.appendChild(parsedNode); break; case 'AfterEnd': if (this.nextSibling) this.parentNode.insertBefore(parsedNode,this.nextSibling); else this.parentNode.appendChild(parsedNode); break; } } " + "\n" + "HTMLElement.prototype.insertAdjacentHTML = function (where,htmlStr) { var r = this.ownerDocument.createRange(); r.setStartBefore(this); var parsedHTML = r.createContextualFragment(htmlStr); this.insertAdjacentElement(where,parsedHTML); } " + "\n" + "HTMLElement.prototype.insertAdjacentText = function (where,txtStr) { var parsedText = document.createTextNode(txtStr); this.insertAdjacentElement(where,parsedText); } } </SCRIPT" + ">" ; var v_range = parent.middle_frame.document.createRange(); v_range.setStartAfter(parent.middle_frame.document.body.lastChild); var v_docFrag = v_range.createContextualFragment(v_text); parent.middle_frame.document.body.appendChild(v_docFrag); } // of if ((v_current_url == "htm") || (v_current_url == "html")) } // of if (document.all) } // of function function call_message(p_description) { var v_winhandle = ""; var v_proc = "ww_pa.call_message?p_bgroup=&p_scheme=&p_refno=&p_language=1|en"; v_proc = v_proc.replace(/&/g,"%26") ; v_bgroup = "ZZZ"; v_primsessno = -9999; // v_winhandle=window.open(v_proc, "message_win", "top=163, left=100, width=660 , height=310, toolbar=no, scrollbars=1, resizable=1, status=no, alwaysRaised=true"); parent.show_popup_alert(v_proc) ; //v_winhandle=window.open(v_proc, "message_win", "top=163, left=100, width=660 , height=310, toolbar=no, scrollbars=1, resizable=1, status=no, alwaysRaised=true"); } var g_show_linked = 0 ; var g_show_alert = 0 ; var v_frame_to_show_popup = "middle_frame" ; var v_popup_concurrency = "IF_popup_concurrency" ; var v_popup_alert = "IF_popup_alert" ; function close_popup(p_frame_to_show_popup, p_popup_id) { if (parent.frames[p_frame_to_show_popup] && parent.frames[p_frame_to_show_popup].document.getElementById(p_popup_id)) { parent.frames[p_frame_to_show_popup].document.getElementById(p_popup_id).style.display = "none" ; parent.frames[p_frame_to_show_popup].document.getElementById(p_popup_id).src = "javascript:false;" ; } return false ; } function close_popup_concurrency() { close_popup(v_frame_to_show_popup, v_popup_concurrency) ; } function close_popup_alert() { close_popup(v_frame_to_show_popup, v_popup_alert) ; } function show_popup(p_frame_to_show_popup, p_popup_id, p_url) { if (parent.frames[p_frame_to_show_popup]) { if (!parent.frames[p_frame_to_show_popup].document.getElementById(p_popup_id)) { if (p_popup_id == v_popup_concurrency) parent.create_popup_concurrency() ; else if (p_popup_id == v_popup_alert) parent.create_popup_alert() ; } parent.frames[p_frame_to_show_popup].document.getElementById(p_popup_id).src = p_url ; parent.frames[p_frame_to_show_popup].document.getElementById(p_popup_id).style.display="block" ; } return true ; } function show_popup_concurrency(p_url) { show_popup(v_frame_to_show_popup, v_popup_concurrency, p_url) ; } function show_popup_alert(p_url) { show_popup(v_frame_to_show_popup, v_popup_alert, p_url) ; } function wrap_show_popup() { if (g_show_linked && g_show_linked > 0 && parent.frames[v_frame_to_show_popup] && parent.frames[v_frame_to_show_popup].show_linked_members) { parent.create_popup_concurrency() ; parent.frames[v_frame_to_show_popup].show_linked_members() ; } // if (g_show_alert && g_show_alert > 0 && parent.frames[v_frame_to_show_popup] && parent.frames["left_frame"] && parent.frames["left_frame"].call_message) if (g_show_alert && g_show_alert > 0 && parent.frames[v_frame_to_show_popup] && parent.call_message) { parent.create_popup_alert() ; parent.call_message(); return; /* parent.create_popup_alert() ; parent.frames["left_frame"].call_message() ; */ } } function create_popup_concurrency() { var v_popup_layer = "<IFRAME id=" + v_popup_concurrency + " name=" + v_popup_concurrency + " src='javascript:false;' ALIGN=CENTER></IFRAME>"; if (parent.frames[v_frame_to_show_popup] && parent.frames[v_frame_to_show_popup].document.body) parent.frames[v_frame_to_show_popup].document.body.insertAdjacentHTML("AfterBegin",v_popup_layer); } function create_popup_alert() { var v_popup_layer = "<IFRAME id=" + v_popup_alert + " name=" + v_popup_alert + " src='javascript:false;' ALIGN=CENTER></IFRAME>"; if (parent.frames[v_frame_to_show_popup] && parent.frames[v_frame_to_show_popup].document.body) parent.frames[v_frame_to_show_popup].document.body.insertAdjacentHTML("AfterBegin",v_popup_layer); } //--> </SCRIPT> </head> <frameset rows="0,0,0,0,0,0,0,0,0,0,0,63,20,*,40" border=0 onLoad="parent.call_events(); parent.wrap_show_popup();"> <frame SRC="ww_pa_generic.empty_page" name="db_channel" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel1" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel2" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel3" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel4" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel5" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel6" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel7" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel8" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel9" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.empty_page" name="db_channel0" scrolling="NO" marginwidth="0" marginheight="0"> <frame src="/doc/ZZY/header.htm" name="top_frame" marginwidth="0" scrolling="NO" noresize="noresize" framespacing=0 /> <frameset cols="110,*" border="0"> <frame SRC="ww_pa_generic.dummy_menucell1?p_param=APPTYPE=M&p_param=LANG=1|en" name="menu_cell" scrolling="NO" marginwidth="0" marginheight="0"> <frame SRC="ww_pa_generic.dummy?p_param=APPTYPE=M&p_param=LANG=1|en" name="menu_frame" scrolling="NO" marginwidth="0" marginheight="0"> </frameset> <frameset cols="110,*" border=0> <frame src="ww_pa_generic.build_left_frame_new?p_param=APPTYPE=M&p_param=LANG=1|en" name="left_frame" marginwidth="0" scrolling="NO" noresize="noresize" framespacing=0 frameborder=NO /> <frame src="ww_pa.middleframe1?p_param=APPTYPE=M&p_param=LANG=1|en" name="middle_frame" marginwidth="0" marginheight="0" noresize="noresize" framespacing=0 frameborder=NO onload='append_code();' /> </frameset> <frame src="/doc/ZZY/bottom.htm" name="bottom_frame" marginwidth="0" marginheight="0" scrolling="NO" noresize="noresize" framespacing=0 frameborder=NO /> </frameset> </frameset> <noframes> </noframes> </html>