	// Include sito Cimento Invernale
	
	function wrTop(sez,subSez){	
	var strTop = '';
// Bottoni di navigazione Home Video Foto Ringraziamenti Gruppi


	strTop += '<table  border="0"  align="right">';
	strTop += '<tr> ';
	strTop += '<td><a href="index.html"><img src="img/btn_down_home.png" alt="" height="61" border="0"></a></td>';
	strTop += '<td><a href="foto.html"><img src="img/btn_down_foto.png" alt="" height="61" border="0"></a></td>';
	strTop += '<td><a href="video.html"><img src="img/btn_down_video.png" alt="" height="61" border="0"></a></td>';
	strTop += '<td><a href="gruppi.html"><img src="img/btn_down_gruppi.png" alt="" height="61" border="0"></a></td>';
	strTop += '<td><a href="testimonianze.html"><img src="img/btn_down_testimonianze.png" alt="" height="61" border="0"></a></td>';
	strTop += '<td><a href="http://www.canottieriolona.it/"><img src="img/h_top2.gif" alt="" height="70" border="0"></a></td>';
	strTop += '</table><br>';
	
	document.write(strTop);
 }

function wrBot(){
	var strBot	 = ''; 
	strBot += '<table WIDTH="831" height="234" BORDER="0" cellpadding="0" cellspacing="0" background="img/back_bottom.jpg" align="center">';
	strBot += ' <tr>';
	strBot += ' <td></td>';
	strBot += ' </tr>';
	
	
	 /*strBot += '<table WIDTH="831" height="234" BORDER="0" cellpadding="0" cellspacing="0" background="img/back_bottom.jpg" align="center">';
	 	strBot += ' <tr>';
strBot += '  <td height="50"></td>';
 strBot += ' </tr>';
	 strBot += '<tr> ';
	 
	 // Sponsor
	 // Prima riga
	 strBot += '<td width="50" height="60"></td>';
	 strBot += '<td align="center"><img src="img/spn_comMil.gif" border="0" height="40"></a></td>';
	 strBot += '<td align="center"><img src="img/spn_provMil.gif" border="0" height="40"></a></td>';
	 strBot += '<td align="center"><img src="img/spn_regLom.gif" border="0" height="20"></a></td>';
	 strBot += '<td align="center"><img src="img/spn_navgl.gif" border="0" height="10"></a></td>';
	 strBot += '<td align="center"><img src="img/spn_canOlo.gif" border="0" height="30"></a></td>';
	 strBot += '<td align="center"><img src="img/spn_one11.gif" border="0" height="20"></a></td>'; 
	 strBot += '<td align="center"><img src="img/spn_brekka.gif" border="0" height="30"></a></td>';
	 
	 strBot += '<td align="center"><img src="img/spn_protCiv.gif" border="0" height="22"></a></td>';
	 
	 strBot += '<td align="center"><img src="img/spn_polLoc.gif" border="0" height="30"></a></td>';
	 strBot += '<td align="center"><img src="img/spn_radMeneghina.gif" border="0" height="20"></a></td>';
	 strBot += '<td width="100"></td>';
	 strBot += '<td></td>';
	 strBot += '</tr>';

	 strBot += '</table>';*/	 

	
	document.write(strBot);
 }


