function  PersonalizaSeccion (profundidad, color, Seccion, SubSeccion, Foto_PQ, Foto_GR)
	{
   	
   	document.all.cCubo.style.background= color;
      document.all.cImagenSeccion_pq.src = Foto_PQ  ;
   	document.all.cImagenSeccion_gr.src = Foto_GR  ;
   	
   /*	document.write ("<table width=10 border=0 cellspacing=0 cellpadding=0>")
		document.write ("	<tr bgcolor=" + color + "><td><img src=" + profundidad + "imagenes/t.gif width=5 height=5></td></tr>");
		document.write ("	<tr><td class=texto1b><font color=" + color + ">" + Seccion + "</font></td></tr>");
		document.write ("</table>");

		document.write ("<table width='10' border='0' cellspacing='0' cellpadding='0'>");
		document.write ("	<tr><td class='texto2'nowrap><font color=" + color + ">" + SubSeccion + "</font></td></tr>");

		document.write ("</table>"); */
	}
		
 