
document.write('<table width="100%" cellspacing=0 cellpadding=0 border=0>');
document.write('<tr>');
document.write('<td align="right" valign="top">');
document.write('	<table bgcolor="#DAC8C9" cellspacing=0 cellpadding=3 border=0><tr>');
document.write('	<td width=60 align="center"><a class="menu" href="index.html">home</a><br></td>');
document.write('	<td>|<br></td>');
document.write('	<td width=70 align="center"><a class="menu" href="h4.html">what\'s new</a><br></td>');
document.write('	<td>|<br></td>');
document.write('	<td width=70 align="center"><a class="menu" href="h3.html">contact us</a><br></td>');
document.write('	<td>|<br></td>');
document.write('	<td width=60 align="center"><a class="menu" href="h2.html">location</a><br></td>');
document.write('	</tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table><br>');

/// GRUPO SOCEM
if (logo==1)
{
	document.write('<table width="120" cellspacing=0 cellpadding=0 border=0>');
	document.write('<tr>');
	document.write('<td align="center">');
	document.write('<a href="index.html"><img src="images/logo_socem_grupo.gif" width="250" height="60" alt="" border="0"></a><br>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table><br>');
}	

/// SOCEM ED
if (logo==2)
{
	document.write('<table width="100%" cellspacing=0 cellpadding=0 border=0>');
	document.write('<tr>');
	document.write('<td width="120" align="center">');
	document.write('<a href="index.html"><img src="images/logo_socem_ed.gif" width="110" height="100" alt="" border="0"></a><br>');
	document.write('</td>');
	document.write('<td valign="bottom" align="right">');
	document.write('<img src="images/img_sprovidera.gif" width="172" height="25" alt="" border="0">');
	document.write('</tr>');
	document.write('</table><br>');
}	

/// SOCEM LD
if (logo==3)
{
	document.write('<table width="120" cellspacing=0 cellpadding=0 border=0>');
	document.write('<tr>');
	document.write('<td align="center">');
	document.write('<a href="index.html"><img src="images/logo_socem.gif" width="110" height="100" alt="" border="0"></a><br>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table><br>');

}	

/// SPIM , SOCEM LDA, SOCEM MS, SOCEM BRASIL
if (logo==4)
{
	document.write('<table width="100%" cellspacing=0 cellpadding=0 border=0>');
	document.write('<tr>');
	document.write('<td align="center">');
	document.write('<img src="images/logo_spim.gif" width="80" height="80" alt="" border="0">&nbsp;');
	document.write('</td>');
	document.write('<td align="center">');
	document.write('<img src="images/logo_socem_pq.gif" width="80" height="80" alt="" border="0">&nbsp;');
	document.write('</td>');
	document.write('<td align="center">');
	document.write('<img src="images/logo_socem_ms.gif" width="80" height="80" alt="" border="0">&nbsp;');
	document.write('</td>');	
	document.write('<td align="center">');
	document.write('<img src="images/logo_socem_brasil_pq.gif" width="80" height="80" alt="" border="0"><br>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table><br>');
}	


