var cText = ''
cText += '<table width="99%" border="1">'
cText += '    <tr> '
cText += '      <td width="46%"><b>Louver Application</b></td>'
cText += '      <td width="31%"><b>Louver Type</b></td>'
cText += '      <td width="23%"><b>Model</b></td>'
cText += '    </tr>'
cText += '    <tr> '
cText += '      <td width="46%" height="27">Decorative, Air Exhaust, Ventilation</td>'
cText += '      <td width="31%" height="27">Standard Blade Louvers</td>'
cText += '      <td width="23%" height="27"><a href="Louver_E2JS.htm" target="_blank">E2JS</a>, '
cText += '        <a href="Louver_E4JS.htm" target="_blank">E4JS</a> </td>'
cText += '    </tr>'
cText += '    <tr> '
cText += '      <td width="46%" height="28">Higher Wind, Still Air Exhaust</td>'
cText += '      <td width="31%" height="28">Storm Blade Louvers</td>'
cText += '      <td width="23%" height="28"><a href="Louver_E2KS.htm" target="_blank">E2KS</a>, '
cText += '        <a href="Louver_E4KS.htm" target="_blank">E4KS</a> </td>'
cText += '    </tr>'
cText += '    <tr> '
cText += '      <td width="46%">Lower Pressure Drop, High Air Exhaust Velocity</td>'
cText += '      <td width="31%">Standard or Storm Louvers (Performance Series)</td>'
cText += '      <td width="23%"><a href="Louver_E4JP.htm" target="_blank">E4JP</a>, <a href="Louver_E4KP.htm" target="_blank">E4KP</a>, '
cText += '        <a href="Louver_E6JP.htm" target="_blank">E6JP</a>, <a href="Louver_E6KP.htm" target="_blank">E6KP</a></td>'
cText += '    </tr>'
cText += '    <tr> '
cText += '      <td width="46%">Air Intake or High Wind Areas</td>'
cText += '      <td width="31%">Drainable Blade Louvers</td>'
cText += '      <td width="23%"><a href="Louver_E2DS.htm" target="_blank">E2DS</a>, <a href="Louver_E4DS.htm" target="_blank">E4DS</a> '
cText += '      </td>'
cText += '    </tr>'
cText += '    <tr> '
cText += '      <td width="46%">Air Intake, High Wind, Low Pressure Drop, High Air Intake '
cText += '        Velocity</td>'
cText += '      <td width="31%">Drainable Blade Louver (Performance Series)</td>'
cText += '      <td width="23%"><a href="Louver_E4DP.htm" target="_blank">E4DP</a>, <a href="Louver_E6DP.htm" target="_blank">E6DP</a></td>'
cText += '    </tr>'
cText += '    <tr> '
cText += '      <td width="46%">Extreme Weather, Air Exhaust or Open Ventilation</td>'
cText += '      <td width="31%">Wind Driven Rain Louver</td>'
cText += '      <td width="23%"><a href="Louver_E4WS.htm">E4WS</a></td>'
cText += '    </tr>'
cText += '    <tr> '
cText += '      <td width="46%">Extreme Weather, Extreme Intake Air Velocity</td>'
cText += '      <td width="31%">Wind Driven Rain Louver</td>'
cText += '      <td width="23%"><a href="Louver_E2WV.htm" target="_blank"> E2WV</a>, <a href="Louver_E6DP.htm" target="_blank"></a> '
cText += '        <a href="Louver_E4WH.htm" target="_blank">E4WH</a>, <a href="Louver_E6WH.htm" target="_blank">E6WH</a></td>'
cText += '    </tr>'
cText += '  </table>'
document.write(cText) 
