widthAct        = 132;
widthMO         = 103;
widthContinut   = 292;
widthOrdin      = 106;
widthObservatii = 266;

heightLinie = 35;

function CapDeTabelDocumente()
{	
	document.write('<table border="1" CellSpacing="0" CellPadding="7" WIDTH="987">');
	document.write(' 		<tr class="capdetabel">');
	document.write('    		<td WIDTH="' + widthAct + '" VALIGN="TOP" height="' + heightLinie +'">');
	document.write('    			<b>');
	document.write('    				<p ALIGN="CENTER">');
	document.write('						Act');
	document.write('					</p>');
	document.write('				</b>');
	document.write('			</td>');
	document.write('    		<td WIDTH="' +  widthMO + '" VALIGN="TOP" height="' + heightLinie +'">');
	document.write('    			<b>');
	document.write('    				<p ALIGN="CENTER">');
	document.write('						MO');
	document.write('					</p>');
	document.write('				</b>');
	document.write('			</td>');
	document.write('    		<td WIDTH="' + widthContinut + '" VALIGN="TOP" height="' + heightLinie +'">');
	document.write('				<b>');
	document.write('    				<p ALIGN="CENTER">');
	document.write('						Con&#355;inut act ');
	document.write('					</p>');
	document.write('				</b>');
	document.write('			</td>');
	document.write('    		<td WIDTH="' + widthOrdin + '" VALIGN="TOP" height="' + heightLinie +'">');
	document.write('				<b>');
	document.write('    				<p ALIGN="CENTER">');
	document.write('						Aprobat prin Ordinul CNVM');
	document.write('					</p>');
	document.write('				</b>');
	document.write('			</td>');
	document.write('    		<td WIDTH="' + widthObservatii + '" VALIGN="TOP" height="' + heightLinie +'">');
	document.write('				<b>');
	document.write('    				<p ALIGN="CENTER">');
	document.write('						Observa&#355;ii');
	document.write('					</p>');
	document.write('				</b>');
	document.write('			</td>');
	document.write('  		</tr>');
}


