//FUNCIONS COMUNES A TOTES LES PÀGINES:
function escriuPeu(quins)
{
	var perEscriure=''
	
	perEscriure='<table width="100%" height="25"border="0" cellpadding="0">'+
      '<tr>'+
        //'<td  width="23%" align="center" valign="middle">&nbsp;<a href="/MASDELESVINYES/php/establirIdioma.php?idioma=en" class="idioma">english</a>&nbsp; &nbsp;&nbsp;&nbsp;<a href="#" class="idioma">espa&ntilde;ol</a>&nbsp;&nbsp; &nbsp;&nbsp;<a href="#" class="idioma">english</a> </td>'+
        '<td  width="23%" align="center" valign="middle">&nbsp;<a href="/MASDELESVINYES/php/establirIdioma.php?idioma=es" target="_parent" class="idioma">espa&ntilde;ol</a>&nbsp;&nbsp; &nbsp;&nbsp;<a target="_parent" href="/MASDELESVINYES/php/establirIdioma.php?idioma=en" class="idioma">english</a></td>'+//&nbsp;&nbsp; &nbsp;&nbsp;<a href="#" class="idioma">english</a> 
        '<td width="5%">&nbsp;</td>'+
        '<td width="72%" align="center"><a target="_parent" href="/MASDELESVINYES/index.php" class="submenu" >inici</a>&nbsp;&nbsp; <span class="submenu"> |</span> &nbsp;&nbsp;<a target="_blank" href="http://vins.masdelesvinyes.com" class="submenu" >botiga on-line</a>&nbsp;&nbsp; <span class="submenu"> |</span> &nbsp;&nbsp;<a target="_parent" href="/MASDELESVINYES/pagines/mapaWeb.php" class="submenu">mapa web</a> &nbsp;&nbsp;<span class="submenu"> |</span> &nbsp;&nbsp; <a href="/MASDELESVINYES/pagines/contacte.php" class="submenu" target="_parent">contactar</a>&nbsp;&nbsp;<span class="submenu"> |</span> &nbsp;&nbsp; <a href="/MASDELESVINYES/pagines/enllassos.php" class="submenu" target="_parent">enlla&ccedil;os</a>&nbsp;&nbsp;<span class="submenu"> |</span> &nbsp;&nbsp;<a href="/MASDELESVINYES/pagines/admin.php" target="_parent" class="submenu">zona privada</a></td>'+
      '</tr>'+
    '</table>'

	if (quins=="vins")
		document.getElementById("id09-09-vins").innerHTML=perEscriure;
	else
		document.getElementById("id09-09").innerHTML=perEscriure;

}

function escriuRePeu(quins)
{
	var perEscriure=''
	
	perEscriure='<table width="792" border="0" align="center" cellpadding="0" cellspacing="0">'+
					'<tr>'+
						'<td width="792" align="right" valign="bottom" class="textLegal">'+
							' &copy; 2006 MAS DE LES VINYES &middot; Tots els drets reservats &middot; <a class="textLegal" href="JavaScript:obraAvis(\'LSSI\')">sobre masdelesvinyes.com</a><BR>'+
							'Optimitzada a 1024 x 768 &middot; Disseny <a target="_blank" href="http://www.tresipunt.com" class="link3IPunt">3&amp;punt</a>'+
						'</td>'+
					'</tr>'+
				'</table>'
	if (quins=="vins")
		document.getElementById("id09-09-rePeu-vins").innerHTML=perEscriure;
	else
		document.getElementById("id09-09-rePeu").innerHTML=perEscriure;
}

function escriuRePeuAlbum()
{
	var perEscriure=''
	
	perEscriure='<table width="792" border="0" align="center" cellpadding="0" cellspacing="0">'+
					'<tr>'+
						'<td width="792" align="right" valign="bottom" class="textLegal">'+
							' &copy; 2006 MAS DE LES VINYES &middot; Tots els drets reservats &middot; <a class="textLegal" href="JavaScript:obraAvis(\'LSSI\')">sobre masdelesvinyes.com</a><BR>'+
							'Optimitzada a 1024 x 768 &middot; &Agrave;lbum generat amb <a href="http://jalbum.net" target="_blank" class="linkGenerator">JAlbum 6.5</a> &middot; Disseny <a target="_blank" href="http://www.tresipunt.com" class="link3IPunt">3&amp;punt</a>'+
						'</td>'+
					'</tr>'+
				'</table>'
	document.getElementById("id09-09-repeu").innerHTML=perEscriure;
}
