var allDivsInPage=null;var allImagesInPage=null;var fExpandedAssistance=false;function f_display(A){if(document.layers){id_vis=(document.layers[A].display=="none")?"block":"none";document.layers[A].display=id_vis}else{if(document.all){id_vis=(document.all[A].style.display=="none")?"block":"none";document.all[A].style.display=id_vis}else{if(document.getElementById){id_vis=(document.getElementById(A).style.display=="none")?"block":"none";document.getElementById(A).style.display=id_vis}}}}function ExpandDiv(A){InitializeGlobalData();if(null==A||typeof (A)=="undefined"){return }var B=allDivsInPage[A];if(null==B||typeof (B)=="undefined"){return }B.style.display="block";var C=allImagesInPage[A+"_img"];if(null!=C&&typeof (C)!="undefined"){C.src="/graphics/icon_arrow_down.gif";C.alt="strHide"}}function CollapseDiv(A){InitializeGlobalData();if(null==A||typeof (A)=="undefined"){return }var B=allDivsInPage[A];if(null==B||typeof (B)=="undefined"){return }B.style.display="none";var C=allImagesInPage[A+"_img"];if(null!=C&&typeof (C)!="undefined"){C.src="/graphics/icon_arrow.gif";C.alt="strShow"}}function ToggleDiv(A){InitializeGlobalData();if(null==A||typeof (A)=="undefined"){return }var B=allDivsInPage[A];if(null==B||typeof (B)=="undefined"){return }if(B.style.display.toUpperCase()!="BLOCK"){ExpandDiv(A)}else{CollapseDiv(A)}}function AlterAllDivs(A){InitializeGlobalData();if(null==allDivsInPage||typeof (allDivsInPage)=="undefined"){return }if(typeof (allDivsInPage["divShowAll"])!="undefined"&&typeof (allDivsInPage["divHideAll"])!="undefined"){if(A=="block"){allDivsInPage["divShowAll"].style.display="none";allDivsInPage["divHideAll"].style.display="block"}else{allDivsInPage["divShowAll"].style.display="block";allDivsInPage["divHideAll"].style.display="none"}}AlterAllDivsSpans(document.body.getElementsByTagName("DIV"),A);AlterAllDivsSpans(document.body.getElementsByTagName("SPAN"),A)}function AlterAllDivsSpans(A,B){if(typeof (A)=="undefined"||null==A){return }for(i=0;i<A.length;i++){if(typeof (A[i])!="undefined"&&null!=A[i]&&typeof (A[i].id)!="undefined"&&null!=A[i].id&&A[i].id.length>0){if(0==A[i].id.indexOf("divExpCollAsst_")){var C=allImagesInPage[A[i].id+"_img"];if(B=="block"){A[i].style.display="block";if(typeof (C)!="undefined"&&null!=C){C.src="/graphics/icon_arrow_down.gif";C.alt="strHide"}}else{A[i].style.display="none";if(typeof (C)!="undefined"&&null!=C){C.src="/graphics/icon_arrow.gif";C.alt="strShow"}}}if(0==A[i].id.indexOf("divInlineDef_")){if(B=="block"){A[i].style.display="inline"}else{A[i].style.display="none"}}}}}function ToggleAllDivs(){InitializeGlobalData();if(fExpandedAssistance){AlterAllDivs("none")}else{AlterAllDivs("block")}fExpandedAssistance=!fExpandedAssistance}function ToggleAll(){InitializeGlobalData();ToggleAllDivs()}function InitializeGlobalData(){if("undefined"!=typeof (strRtl)){strIsRtl=strRtl}var B=document.body.getElementsByTagName("DIV");var A=document.body.getElementsByTagName("SPAN");var C=0;var D=0;if(typeof (B)!="undefined"&&null!=B){C=B.length}if(typeof (A)!="undefined"&&null!=A){D=A.length}allDivsInPage=new Array();for(i=0;i<C;i++){if(typeof (B[i].id)!="undefined"&&null!=B[i].id&&B[i].id.length>0){allDivsInPage[B[i].id]=B[i]}}for(i=0;i<D;i++){if(typeof (A[i].id)!="undefined"&&null!=A[i].id&&A[i].id.length>0){allDivsInPage[A[i].id]=A[i]}}allImagesInPage=document.body.getElementsByTagName("IMG")}
