<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <title>Downloads Files </title>

   <style type="text/css">
<!--
body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;

}
.style1 {
        color: #000099;
}
.style2 {
        color:#FF0000;
}
-->
    </style>
</head>

<body>

<table width="50%" align="center">
<tr>
<td>
<p class="style2">
Click on file name to download:
</p>
<p> </p>


<!-------------------------- Instructions --------------  -->

<!--  1.  copy/paste sample block below (3 lines ending with /p -->
<!--  2.  file name is within double-quotes "" - in this sample it's "downloads/DOE21E-JJH/DOE21E-JJH.zip" -->
<!--  3.  The file name after the "downloads/CZ....zip"  is what will show on the screen -->
<!--  4.  Be sure not to delete any of the tags/word with greater-than or less than signs  -->
<!--  5.    denotes a space on the screen -->
<!--  6.  4,081 is the file size -->
<!--  7.  To make multiple links, copy/paste block and change to new file name -->
<!--  8.  do "save as" with a new htm file name -->
<!--  9.  upload new htm file to the html folder -->
<!--  10. test by typing url to browser: "http://www.whiteboxtechnologies.com/newfile.htm" (newfile is the name created in step 8 -->



<!-------------------------- sample block--------------  -->

<p class="style1">
<a href = "PAPERS/99_11.YJH.ComHtgClgLdsCompAnalysis_37208.pdf" > 99_11.YJH.ComHtgClgLdsCompAnalysis_37208.pdf </a>       9,354,979 bytes
</p>                       
<a href = "PAPERS/99_11.YJH.ResHtgClgCompAnalysis_44636.pdf" > 99_11.YJH.ResHtgClgCompAnalysis_44636.pdf </a>       4,521,285 bytes
</p>                       

<!-- end of sample block -->

</td>
</tr>
</table>

</body>
</html>