
var deb="<TR VALIGN=TOP>\n<TD CLASS=MENUITEMNOIR\n";
var fin="<IMG SRC=http://www.lefigaro.fr/icons_edition/pointille_menu.gif WIDTH=136 HEIGHT=3><BR></TD></TR>";
var url=document.location.href;
function menu_dossier(rep,lib)
{	var men_off =">&nbsp;&#149;&nbsp;<A CLASS=MENUITEMNOIR HREF=http://www.lefigaro.fr/" + rep +"/>" + lib + "</A><BR>";
	var men_on  =" BGCOLOR=#EEEDED>&nbsp;&#149;&nbsp;" + lib + "<BR>";

	elm = men_off;

	if(url.indexOf(rep,0) > 0)
	{	elm = men_on;
	}

	document.write(deb + elm + fin);
}

menu_dossier("dos_15","Votre argent");

document.write('		\<!--');

document.write('                \<TR VALIGN=TOP\>');
document.write('                \<TD CLASS=MENUITEMNOIR BGCOLOR=\"#201195\"\>');
document.write('                &nbsp\;\<A STYLE=\"COLOR: #FFFFFF\;\" HREF=\"http://festivals.figaro.net/\"\>Les festivals de l\'&eacute\;t&eacute\;\</A\>\<BR\>');
document.write('                \<IMG SRC=\"/icons_edition/pointille_menu.gif\" WIDTH=\"136\" HEIGHT=\"3\"\>\<BR\>');
document.write('                \</TD\>');
document.write('                \</TR\>');

document.write('		--\>');

