
function pintar_pie (peque,medio,grande,gris,acces) {    
    var oeTags = '&nbsp;'+ '<a href="JavaScript:logcss(\'/css/estils_claro.css\');"><img src="/img/estils_access.gif" alt="'+acces+'"/></a>'
    var estilo = getCookie("EdsCSSPicker");          
    if (estilo != null ){
    	if (estilo.indexOf("claro")!= -1 ){
    		oeTags = '&nbsp;'+ '<a href="JavaScript:logcss(\'/css/estils_gris.css\');"><img src="/img/estils_gris.gif" alt="'+gris+'"/></a>'
	}
    }	      
    document.write(oeTags);
}





