document.write('<table cellspacing="0" cellpadding="0" class="mnu">');
document.write('	<thead>');
document.write('		<tr>');
document.write('			<td colspan="2"><h4>Conheça as formas</h4></td>');
document.write('		</tr>');
document.write('	</thead>');
document.write('	<tbody>');
document.write('		<tr>');
document.write('			<td>');
document.write('				<ul>');
document.write('       			<li><a href="../plaExportacao/forComDireta.html">Direta</a></li>');
document.write('     			</ul>');
document.write('			</td>');
document.write('			<td>');
document.write('				<ul>');
document.write('			     	<li><a href="../plaExportacao/forComIndireta.html">Indireta</a></li>');
document.write('				</ul>');
document.write('			</td>');
document.write('		</tr>');
document.write('	</tbody>');
document.write('</table>');
