3747. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/2/2018 11:59:32 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

3747.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:59:32 2018 UTC
2 HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\reports.zip whibody.htm Tue Jan 19 13:58:38 2016 UTC

3747.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 285
Removed 0 0

3747.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

3747.4 Active regular expressions

No regular expressions were active.

3747.5 Comparison detail

        1   <html>
        2   <head>
        3   <meta http -equiv="Co ntent-Type " content= "text/html ; charset= utf-8" />
        4   <title>Ind ex content </title>
        5  
        6   <meta name ="generato r" content ="Adobe Ro boHelp 10"  />
        7   <meta name ="descript ion" conte nt="WebHel p 5.50" />
        8   <base targ et="bsscri ght">
        9   <script  s rc="whver. js" charse t="utf-8"> </script>
        10   <script  s rc="whmoze mu.js" cha rset="utf- 8"></scrip t>
        11   <script  s rc="whmsg. js" charse t="utf-8"> </script>
        12   <script  s rc="whutil s.js" char set="utf-8 "></script >
        13   <script  s rc="whprox y.js" char set="utf-8 "></script >
        14   <script  s rc="whlang .js" chars et="utf-8" ></script>
        15   <script  s rc="whhost .js" chars et="utf-8" ></script>
        16   <script  s rc="whihos t.js" char set="utf-8 "></script >
        17   <script la nguage="ja vascript1. 2">
        18   <!--
        19   var goPopu p = null;
        20   var gbPopu pMenuTimeo utExpired= false;
        21   var gBsCli entWidth=6 40;
        22   var gBsCli entHeight= 480;
        23   var g_bIsP opupMenuIn it=false;
        24  
        25   function W ritePopupM enuLayer()
        26   {
        27           if  (!g_bIsPo pupMenuIni t)
        28           {
        29                    docu ment.write ("<DIV ID= 'PopupMenu ' STYLE='p osition:ab solute; le ft:0px; to p:0px; z-i ndex:4; vi sibility:h idden;'></ DIV>");
        30                    docu ment.write ("<STYLE T YPE='text/ css'>");
        31                    if ( gbMac && g bIE4) {
        32                             docume nt.write(" .PopupOver  {font-fam ily:'Arial '; color:w hite; back ground:nav y; font-si ze:10pt; t ext-decora tion:none; }");
        33                             docume nt.write(" .PopupNotO ver {font- family:'Ar ial'; colo r:black; b ackground: #c0c0c0; f ont-size:1 0pt; text- decoration :none;}");
        34                    } el se {
        35                             docume nt.write(" .PopupOver  {font-fam ily:'Arial '; color:w hite; back ground:nav y; font-si ze:8pt; te xt-decorat ion:none;} ");
        36                             docume nt.write(" .PopupNotO ver {font- family:'Ar ial'; colo r:black; b ackground: #c0c0c0; f ont-size:8 pt; text-d ecoration: none;}");
        37                    }
        38                    docu ment.write ("</STYLE> ");
        39           }
        40           g_ bIsPopupMe nuInit = t rue;
        41   }
        42  
        43   function P opupMenu_I nvoke()
        44   {
        45           if  (gbNav6)
        46                    rese tHighLight ();
        47           
        48           if  (!gbNav6   && docume nt.readySt ate != "co mplete")
        49                    retu rn false;
        50           va r fn_argum ents = Pop upMenu_Inv oke.argume nts; 
        51           //  Make sure  we have r easonable  arguments
        52           va r argLen =  fn_argume nts.length ;
        53           if  (argLen <  3) {
        54                    retu rn false;
        55           }
        56  
        57           //  Check to  see if we  only have  one target
        58           va r strTarge t = "";
        59           
        60           st rTarget =  "TARGET='"  + fn_argu ments[1] +  "'";
        61           
        62           if  (argLen <  5) {
        63                    // G et the pla ce that we  will be p utting the  topic int o
        64                    var  strURL = f n_argument s[3];
        65  
        66                    if ( fn_argumen ts[1] != n ull && typ eof(fn_arg uments[1])  != "undef ined")
        67                             window .open(strU RL, fn_arg uments[1]) ;
        68                    else
        69                             window .open(strU RL);
        70                             
        71                    retu rn false;
        72           }
        73           
        74           va r strMenu  = '<TABLE  STYLE="bor der:2px ou tset white ;" CELLSPA CING=0';
        75           if  (gbMac &&  gbIE4) {
        76                    strM enu += ' C ELLPADDING =4';
        77           }  else {
        78                    strM enu += ' C ELLPADDING =2';
        79           }        
        80           st rMenu += '  BGCOLOR=# c0c0c0>';
        81  
        82           //  Add each  of the ite ms
        83           if  (gbIE55)
        84           {
        85                    var  i = 2;
        86                    whil e (i <= ar gLen - 1)  {
        87                             strMen u += '<TR> <TD><NOBR> '
        88                             strMen u += '<DIV  STYLE="pa dding-left :3pt; padd ing-right: 3pt;"><A ' ;
        89                             strMen u += ' onc lick="pare nt.PopupMe nu_2Handle Click(\''  + excapeSi ngleQuotan dSlash(fn_ arguments[ i + 1]) +  '\', \'' +  fn_argume nts[1] + ' \');"';
        90                             strMen u += ' onm ouseover=" parent.Pop upMenu_Ove r(event);" ';
        91                             strMen u += ' onm ouseout="p arent.Popu pMenu_Out( event);"';
        92                             strMen u += '>';
        93                             strMen u += '<SPA N CLASS="P opupNotOve r">' + fn_ arguments[ i] + '</SP AN>';
        94                             strMen u += '</A> </DIV></NO BR></TD></ TR>';
        95                             i += 2 ;
        96                    }
        97           }
        98           el se
        99           {
        100                    var  i = 2;
        101                    whil e (i <= ar gLen - 1)  {
        102                             strMen u += '<TR> <TD><NOBR> '
        103                             strMen u += '<DIV  STYLE="pa dding-left :3pt; padd ing-right: 3pt;"><A H REF="' + f n_argument s[i + 1] +  '" ' + st rTarget;
        104                             strMen u += ' onc lick="Popu pMenu_Hand leClick(ev ent);"';
        105                             strMen u += ' onm ouseover=" PopupMenu_ Over(event );"';
        106                             strMen u += ' onm ouseout="P opupMenu_O ut(event); "';
        107                             strMen u += '>';
        108                             strMen u += '<SPA N CLASS="P opupNotOve r">' + exc apeSingleQ uotandSlas h(fn_argum ents[i]) +  '</SPAN>' ;
        109                             strMen u += '</A> </DIV></NO BR></TD></ TR>';
        110                             i += 2 ;
        111                    }
        112           }
        113           st rMenu += " </TABLE>";
        114  
        115           if  (gbMac &&  gbIE4) {
        116           //  ie5 in ma c need som ething. </ TABLE> is  one of the m.
        117                    strM enu +="<TA BLE></TABL E>";
        118           }
        119  
        120           va r layerPop up = null;
        121           va r stylePop up = null;
        122           va r nEventX  = 0;
        123           va r nEventY  = 0;
        124           va r nWindowW idth = 0;
        125           if  (gbIE4||g bOpera7)
        126           {
        127                    laye rPopup = d ocument.al l["PopupMe nu"];
        128                    laye rPopup.inn erHTML = s trMenu;
        129                    styl ePopup = l ayerPopup. style;
        130  
        131                    _BSP SGetClient Size();
        132  
        133                    // G et the pos ition of t he item ca using the  event (rel ative to i ts parent)
        134                    nEve ntX = wind ow.event.c lientX;
        135                    nEve ntY = wind ow.event.c lientY;
        136                    
        137                    if ( nEventY +  layerPopup .scrollHei ght + 10 <  gBsClient Height) {
        138                             nEvent Y += docum ent.body.s crollTop +  10;
        139                    } el se {
        140                             nEvent Y = (docum ent.body.s crollTop +  gBsClient Height) -  layerPopup .scrollHei ght - 20;
        141                    }
        142                    styl ePopup.top  = nEventY ;
        143  
        144                    if ( nEventX +  layerPopup .scrollWid th + 20 >  gBsClientW idth) {
        145                             if (gB sClientWid th - layer Popup.scro llWidth <  5) {
        146                                      stylePop up.left =  5;
        147                             } else  {
        148                                      stylePop up.left =  gBsClientW idth - lay erPopup.sc rollWidth  - 5;
        149                             }
        150                    } el se {
        151                             styleP opup.left  = nEventX  + document .body.scro llLeft + 2 0;
        152                    }
        153  
        154                    if ( gbIE55) {
        155                             var nP osX = wind ow.event.c lientX;
        156                             var nP osY = wind ow.event.c lientY;
        157                             if (wi ndow.event .srcElemen t)
        158                             {
        159                                      nPosX =  window.eve nt.srcElem ent.offset Left + win dow.event. srcElement .offsetWid th - docum ent.body.s crollLeft;
        160                                      nPosY =  window.eve nt.srcElem ent.offset Top + wind ow.event.s rcElement. offsetHeig ht - docum ent.body.s crollTop;
        161                             }
        162                             goPopu p = window .createPop up();
        163                             var oP opupBody =  goPopup.d ocument.bo dy;
        164                             goPopu p.document .createSty leSheet();
        165                             goPopu p.document .styleShee ts[0].addR ule(".Popu pOver", "{ font-famil y:\"Arial\ "; cursor:  hand;colo r:white; b ackground: navy; font -size:8pt;  text-deco ration:non e;}");
        166                             goPopu p.document .styleShee ts[0].addR ule(".Popu pNotOver",  "{font-fa mily:\"Ari al\"; colo r:black; b ackground: #c0c0c0; f ont-size:8 pt; text-d ecoration: none;}");
        167                             oPopup Body.inser tAdjacentH TML("after Begin", st rMenu);
        168                             goPopu p.show(nPo sX, nPosY,  layerPopu p.scrollWi dth, layer Popup.scro llHeight,  document.b ody);
        169                    }
        170                    else  
        171                    {
        172                             styleP opup.visib ility = "v isible";
        173                             docume nt.onclick  = PopupMe nu_HandleC lick;
        174                    }
        175           }  else {
        176                    laye rPopup = d ocument.ge tElementBy Id("PopupM enu");
        177                    laye rPopup.sty le.visibil ity = "hid den";
        178           
        179                    var  e = fn_arg uments[0];
        180                    nEve ntX = e.pa geX;
        181                    nEve ntY = e.pa geY;
        182                    _BSP SGetClient Size();
        183                    laye rPopup.inn erHTML = s trMenu;
        184  
        185                    if ( nEventY +  layerPopup .offsetHei ght + 20   <  window. pageYOffse t + gBsCli entHeight)  {
        186                             nEvent Y += 20;
        187                    } el se {
        188                             nEvent Y = gBsCli entHeight  + window.p ageYOffset  - layerPo pup.offset Height - 2 0;
        189                    }
        190  
        191                    if ( nEventX +  layerPopup .offsetWid th + 20 >  gBsClientW idth + win dow.pageXO ffset) {
        192                             if (gB sClientWid th + windo w.pageXOff set - laye rPopup.off setWidth <  20) {
        193                                      nEventX  = 5;
        194                             } else  {
        195                                      nEventX  = gBsClien tWidth + w indow.page XOffset -  layerPopup .offsetWid th - 20;
        196                             }
        197                    } el se {
        198                             nEvent X += 20;
        199                    }
        200                    laye rPopup.sty le.top = n EventY;
        201                    laye rPopup.sty le.left =  nEventX;
        202  
        203                    // s et again t o avoid th e frash in  netscape  6.
        204                    laye rPopup.inn erHTML = s trMenu;
        205                    laye rPopup.sty le.visibil ity = "vis ible";
        206                    wind ow.onclick  = PopupMe nu_HandleC lick;
        207           } 
        208  
        209           wi ndow.gbPop upMenuTime outExpired  = false;
        210           se tTimeout(" PopupMenu_ Timeout(); ", 100);
        211           re turn false ;
        212   }
        213  
        214   function P opupMenu_T imeout()
        215   {
        216           wi ndow.gbPop upMenuTime outExpired  = true;
        217   }
        218  
        219   function P opupMenu_O ver(e)
        220   {
        221           if  (gbIE4||g bOpera7)
        222                    e.sr cElement.c lassName =  "PopupOve r";
        223           el se if (gbN av6)
        224                    e.ta rget.paren tNode.clas sName = "P opupOver";
        225   }
        226  
        227   function P opupMenu_O ut(e)
        228   {
        229           if  (gbIE4||g bOpera7)
        230                    e.sr cElement.c lassName =  "PopupNot Over";
        231           el se if (gbN av6)
        232                    e.ta rget.paren tNode.clas sName = "P opupNotOve r";
        233   }
        234  
        235   function P opupMenu_2 HandleClic k(surl, st arget)
        236   {
        237           wi ndow.open( surl, star get);
        238           go Popup.hide ();
        239   }
        240  
        241   function P opupMenu_H andleClick (e)
        242   {
        243           if  (!window. gbPopupMen uTimeoutEx pired) {
        244                    retu rn;
        245           }
        246  
        247           va r layerPop up = getEl ement("Pop upMenu");
        248           la yerPopup.s tyle.visib ility = "h idden";
        249  
        250           re turn;
        251   }
        252  
        253   //Get clie nt size in fo
        254   function _ BSPSGetCli entSize()
        255   {
        256           gB sClientWid th  = docu ment.body. clientWidt h;
        257           gB sClientHei ght = getC lientHeigh t();
        258   }
        259  
        260   if (window .gbWhIHost )
        261   {
        262           
        263           
        264           se tFont("Nor mal", "Ari al","9pt", "#000000", "normal"," normal","n one");
        265           se tFont("Emp ty", "Aria l","9pt"," #000000"," normal","n ormal","no ne");
        266           se tFont("Hov er", "Aria l","9pt"," #007f00"," normal","n ormal","un derline");
        267           se tActiveBgC olor("#ccc ccc");
        268           se tMargin("0 pt");
        269           se tIndent("9 pt");
        270           In dexWriteCl assStyle() ;
        271   }
        272   else
        273           do cument.loc ation.relo ad();
        274   //-->
        275   </script>
        276   </head>
        277   <body topm argin="2"  leftmargin ="2" margi nwidth="0"  marginhei ght="0" bg properties ="fixed" s croll="aut o" bgcolor ="white">
        278   <script la nguageE="J avaScript" >
        279   <!--
        280   WritePopup MenuLayer( );
        281   //-->
        282   </script>
        283   </body>
        284   </html>
        285