function isIE7(){return(navigator.userAgent.toLowerCase().indexOf("msie 7")>=0)}var m_onLoadArray=new Array();function addOnLoad(A){m_onLoadArray[m_onLoadArray.length]=A}function execOnLoad(){var i;for(i=0;i<m_onLoadArray.length;i++){eval(m_onLoadArray[i])}}function execOnUnload(){return }function hideBackgroundIE(B){if(isIE()){var C=document.getElementById(B);var A=C.getAttribute("ifr_blank");if(A==null||A==""){A="javascript:void(0);"}if(C.getAttribute("ifr_processed")!="1"){C.innerHTML="<iframe src='"+A+"' style='position:absolute;width:99%;height:99%;visiblity:hidden;' frameborder='0' marginwidth='0' marginheight='0'></iframe>"+C.innerHTML;C.setAttribute("ifr_processed","1")}}}function help(F,B,E){var D=document.getElementById("help_div");D.style.display="";var C=parseInt(D.style.width,10);var A=(window.attachEvent?document.body.clientWidth:window.innerWidth);D.style.left=((A-C)/2)+(window.attachEvent?"px":"");document.getElementById("help_div_title").innerHTML=F;var G=(document.all)?document.body.scrollTop:window.pageYOffset;D.style.top=G+100;if(B!=""){loadXMLDoc(B,"help_div_text","Information not available")}else{if(E!=""){document.getElementById("help_div_text").innerHTML=E}}hideBackgroundIE("help_div")}function hideHelp(){document.getElementById("help_div").style.display="none";document.getElementById("help_div_text").innerHTML="";document.getElementById("help_div_title").innerHTML=""}function loadXMLDoc(A,D,C){var B;if(window.XMLHttpRequest){B=new XMLHttpRequest();B.onreadystatechange=function(){processReqChange(B,D,C)};B.open("GET",A,true);B.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT");B.send(null)}else{if(window.ActiveXObject){B=new ActiveXObject("MSXML2.XMLHTTP.3.0");if(B){B.onreadystatechange=function(){processReqChange(B,D,C)};B.open("GET",A,true);B.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT");B.send()}}}}function processReqChange(C,D,B){if(C.readyState==4){var A=document.getElementById(D);if(C.status==200&&C.responseText!=""){A.innerHTML=C.responseText}else{A.innerHTML=B}}}function win_open(B){var A=window.open(B,"_new","location=0,status=0,scrollbars=1,toolbar=0,menubar=1,resizable=1, width=700, height=500");A.focus()}function hideFocusBorders(){var B=document.getElementsByTagName("a");if(!B){return }for(var A=0;A!=B.length;A++){B[A].onfocus=function C(){this.hideFocus=true}}}function addListener(B,C,A){if(window.addEventListener){document.getElementById(C).addEventListener(B,A,false)}else{if(window.attachEvent){document.getElementById(C).attachEvent("on"+B,A)}}};