function piePagina(cadena)
{
if (cadena!="") cadena=cadena+"<br>";

return '<br><br>'
+'<div align=center>'
+'<img src="barratronco.gif" width="580" height="112" border="0" usemap="#mapa">'
+'<map name="mapa">'
+'<area alt="" shape="poly" coords="35,59,47,48,94,71,83,85" href="index2.html">'
+'<area alt="" shape="poly" coords="79,26,176,54,183,40,85,10" href="presentacion.html">'
+'<area alt="" shape="poly" coords="138,74,178,81,183,69,140,60" href="lista.html">'
+'<area alt="" shape="poly" coords="223,102,301,22,291,11,214,87" href="recomendados.html">'
+'<area alt="" shape="poly" coords="307,72,348,87,358,72,317,57" href="mapa.html">'
+'<area alt="" shape="poly" coords="365,50,504,98,510,81,374,34" href="quere.html">'
+'<area alt="" shape="poly" coords="473,66,554,54,551,40,467,51" href="manifesto.html">'
+'</map>'
+'<div class=piepagina>'
+'[<a href="index2.html" class="pequeno">Inicio</a>|'
+'<a href="presentacion.html" class="pequeno">Presenci&oacute;n</a>|'
+'<a href="lista.html" class="pequeno">Lista</a>|'
+'<a href="recomendados.html" class="pequeno">Recomendados</a>|'
+'<a href="mapa.html" class="pequeno">Mapa</a>|'
+'<a href="quere.html" class="pequeno">Quere aparecer?</a>|'
+'<a href="manifesto.html" class="pequeno">Manifesto</a>]'
+'</div>'
}


// Pone las estrellas de valoracion en cada una de las criticas.
// Se pasa como parametros el nš de estrellas de cada tipo que se quiere que salgan.

function estrellas(llenas,medias,vacias)
{
for(i=0;i<llenas;i++)
   document.write("<IMG SRC='Img\\full.gif'  BORDER=0>");
for(i=0;i<medias;i++)
   document.write("<IMG SRC='Img\\half.gif'  BORDER=0>");
for(i=0;i<vacias;i++)
   document.write("<IMG SRC='Img\\emp.gif'  BORDER=0>");
}


function Marco(letras)
{
 return '<table align="center" cellspacing=0 cellpadding="0" border="0" width=399 height=152>'
 +'<tr>'
   +'<td ><img src="marcoia.gif" width=31 height=40 border=0 alt=""></td>'
   +'<td ><img src="marcoarr.gif" width=336 height=40 border=0 alt=""></td>'
   +'<td ><img src="marcoda.gif" width=32 height=40 border=0 alt=""></td>'
 +'</tr>'
 +'<tr>'
 +'<td ><img src="marcoim.gif" width=31 height=65 border=0 alt=""></td>'
 +'<td valign="middle" align=center> <span class=marco1>'+letras+'</span></td>'
 +'<td ><img src="marcodm.gif" width=32 height=65 border=0 alt=""></td>'
 +'</tr>'
 +'<tr>'
    +'<td ><img src="marcoiab.gif" width=31 height=47 border=0 alt=""></td>'
    +'<td ><img src="marcoab.gif" width=336 height=47 border=0 alt=""></td>'
    +'<td ><img src="marcodab.gif" width=32 height=47 border=0 alt=""></td>'
 +'</tr>'
 +'</table>'

}









