var cText = ''
cText += '<table width="99%" border="1">'
cText += '    <tr>'
cText += '      <td width="46%"><b>Equipment Screen 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">Full visual screening from horizontal sight line or below, blades horizontal</td>'
cText += '      <td width="31%" height="27">Inverted Standard Blade Louvers</td>'
cText += '      <td width="23%" height="27"><a href="equipment_screens_V2KS.htm" target="_blank">V2KS</a>, <a href="equipment_screens_V2KSD.htm">V2KSD</a>, <a href="equipment_screens_V4JS.htm" target="_blank">V4JS</a>, <a href="equipment_screens_V4JSD.htm">V4JSD</a></td>'
cText += '    </tr>'
cText += '    <tr>'
cText += '     <td width="46%" height="28">Full visual Screening from all angles, blades horizontal</td>'
cText += '      <td width="31%" height="28">Sight Proof Blade Louvers</td>'
cText += '      <td width="23%" height="28"><a href="equipment_screens_V4YH.htm" target="_blank">V4YH</a>, <a href="equipment_screens_V4YHD.htm" target="_blank">V4YHD</a></td>'
cText += '    </tr>'
cText += '    <tr>'
cText += '      <td width="46%">Full visual Screening from all angles, blades vertical</td>'
cText += '      <td width="31%">Sight Proof Blade Louvers</td>'
cText += '      <td width="23%"><a href="equipment_screens_V4YV.htm" target="_blank">V4YV</a></td>'
cText += '    </tr>'
cText += '    <tr>'
cText += '      <td width="46%">Full to partial visual screening from horizontal sight line, excellent wind load reduction on structural framing, blades horizontal</td>'
cText += '      <td width="31%">Inverted Narrow Standard Blades at 3&quot;, 4&quot; or 5&quot; blade spacing</td>'
cText += '      <td width="23%"><a href="equipment_screens_V6JN.htm" target="_blank">V6JN</a></td>'
cText += '    </tr>'
cText += '  </table>'
document.write(cText) 
