if(!window.ComponentArt_Keyboard_Loaded){window._q126=null;window._q12D=new Array();window._q18D=function(_1,_2,_3){this.Control=_1;this.Key=_2;this.Handler=_3;};window._qF9=function(_4,_5){for(var i=0;i<_q12D.length;i++){if(_q12D[i].Control==_4&&_q12D[i].Key==_5){eval(_q12D[i].Handler);return true;}}return false;};if(document.layers){document.captureEvents(Event.KEYPRESS);}window.ComponentArt_HandleKeyPress=function(e){ComponentArt_ProcessKeyPress(e);};window.ComponentArt_ProcessKeyPress=function(e){if(!_q126||!_q126.KeyboardEnabled){return true;}if(document.activeElement&&!document.activeElement.ComponentArtInput&&(document.activeElement.nodeName=="INPUT"||document.activeElement.nodeName=="SELECT"||document.activeElement.nodeName=="TEXTAREA")){return true;}var _9;if(cart_browser_ie){e=window.event;_9=e.keyCode;}else{_9=e.which;}var _a=String.fromCharCode(_9);if(_9>111&&_9<123){_a="F"+(_9-111);}else{if(_9==13){_a="Enter";}else{if(_9==27){_a="Esc";}else{if(_9==29){_a="PgUp";}else{if(_9==30){_a="PgDn";}}}}}var _b="";if(e.shiftKey){_b+="Shift+";}if(e.ctrlKey){_b+="Ctrl+";}if(e.altKey){_b+="Alt+";}_b+=_a;if(!_qF9(_q126,_b)){return true;}if(cart_browser_ie){e.cancelBubble=true;e.returnValue=false;}else{e.preventDefault();e.stopPropagation();}return false;};window.ComponentArt_RegisterKeyHandler=function(_c,_d,_e){_q12D[_q12D.length]=new _q18D(_c,_d,_e);};window.ComponentArt_Keyboard_Loaded=true;} if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();