
	var htmlContenu = "" ;	
	htmlContenu = htmlContenu + "<h3 style='text-align:center;'>Télécharger la version d'évaluation</h3>";
	htmlContenu = htmlContenu + "<a href='tl_dcf.htm' >DECIFI Démonstration</a><br/>";
	htmlContenu = htmlContenu + "<a href='http://www.logiciel-analyse-financiere.com/Analyse_Decifi.pdf' target='_blank'>Exemple de diagnostic</a><br/>";	
	htmlContenu = htmlContenu + "<br/>";
        htmlContenu = htmlContenu + "<a href='/pdf/ft_dcf.pdf' target='_blank'>Fiche technique (Pdf)</a><br/>";	
	htmlContenu = htmlContenu + "<br/>";
	htmlContenu = htmlContenu + "<a href='cmd2B2C.htm' target='_self'>Bon de commande</a><br/>";
	htmlContenu = htmlContenu + "<br/>";
	htmlContenu = htmlContenu + "<a href='decifi.htm' target='_self'>Retour à DECIFI</a>";
	
	afficheDescURL(htmlContenu);
function afficheDescURL(toThis) 
  {
  if (document.getElementById)
    {
    document.getElementById("cartoucheMenu").innerHTML = toThis;
    }
  else if (document.all) 
    {
    document.all["cartoucheMenu"].innerHTML = toThis;
    }
  }