document.write('<table border="0" cellpadding="0" cellspacing="0" align="center">');
document.write('<tr>');
document.write('<td style="padding:5px;"><a href="javascript:avis()" class="enllapeu">Aviso&nbsp;legal</a></td>');
document.write('<td style="padding:5px;"><img src="http://www2.planificacion-juridica.com/comu/sep_legal.gif" width="3" height="44"></td>');
document.write('<td style="padding:5px;"><a href="javascript:proteccio()" class="enllapeu">Protección de datos</a></td>');
document.write('</tr>');
document.write('</table>');	


function avis(){
	url= 'avisolegal.html'
	result = window.open(url,"flotant","left=01,top=20,screenX=01,screenY=20,status=no,toolbar=no,width=559,height=420,directory=no,resize=no,scrollbars=yes");
}

function proteccio(){
	url= 'protecciondatos.html'
	result = window.open(url,"flotant","left=01,top=20,screenX=01,screenY=20,status=no,toolbar=no,width=559,height=420,directory=no,resize=no,scrollbars=yes");
}
