/* AUTEUR: WebExpert */
/* Date de création: 14.05.02 */
var strFileName, strFontColor, strUrl, strPathName;
var lngPos;
strUrl = location.href;
lngPos = strUrl.lastIndexOf("/");
lngPos = lngPos + 1;
strFileName = strUrl.substr(lngPos);
strFontColor = "<font color='red'>";

document.write("<table width='175' border='0'>");
document.write("<tr><td align='left' valign='top'><img src=\'images/space.gif\' width=1 height=50 border=0></td></tr>");
document.write("<tr>");
document.write("<td align='left' valign='top'>");
// -- Accueil --
document.write("<a href='index.php' target='_top'>Accueil</a><br>");

// -- Comité --
if (strFileName == "comite.html")
	{document.write(strFontColor + "Comité</font></a><br>");}
else
	{document.write("<a href='comite.html' target='_top'>Comité</a><br>");}

// -- Agenda 10 --
if (strFileName == "agenda10.php")
	{document.write(strFontColor + "Agenda 2010</font></a><br>");}
else
	{document.write("<a href='agenda10.php' target='_top'>Agenda 2010</a><br>");}

// -- prog été 05 --
/*if (strFileName == "prog_ete_2005.pdf")
	{document.write(strFontColor + "Programme été 2005</font></a><br>");}
else
	{document.write("<a href='2005/prog_ete_2005.pdf' target='_blank'>Programme été 2005</a><br>");}
*/
// -- PV --
document.write("<br><b>-- PV --</b><br>");
document.write("<a href='2010/pv_ass_generale_100312.pdf' target='_blank'><b>PV Assemblée générale ordinaire de la FSG Nods du 12.03.2010</a></b><br>");

// -- Archives --
{document.write("<br><b>-- Archives --</b><br>");}

// -- Agenda 09 --
if (strFileName == "agenda09.php")
	{document.write(strFontColor + "Agenda 2009</font></a><br>");}
else
	{document.write("<a href='agenda09.php' target='_top'>Agenda 2009</a><br>");}
// -- Agenda 08 --
if (strFileName == "agenda08.php")
	{document.write(strFontColor + "Agenda 2008</font></a><br>");}
else
	{document.write("<a href='agenda08.php' target='_top'>Agenda 2008</a><br>");}
// -- Agenda 07 --
if (strFileName == "agenda07.php")
	{document.write(strFontColor + "Agenda 2007</font></a><br>");}
else
	{document.write("<a href='agenda07.php' target='_top'>Agenda 2007</a><br>");}
// -- Agenda 06 --
if (strFileName == "agenda06.html" || strFileName == "foirenods06.html")
	{document.write(strFontColor + "Agenda 2006</font></a><br>");}
else
	{document.write("<a href='agenda06.html' target='_top'>Agenda 2006</a><br>");}
// -- PV --
document.write("<a href='2009/pv_ass_generale_090306.pdf' target='_new'>PV Assemblée générale ordinaire de la FSG Nods du 6.03.2009</a><br />");
document.write("<a href='2008/pv_ass_generale_080307.pdf' target='_new'>PV Assemblée générale ordinaire de la FSG Nods du 7.03.2008</a><br />");
document.write("<a href='2007/resume_ass_gen.pdf' target='_new'>Résumé assemblée générale 23.2.2007</a><br>");



/*
// -- Agenda --
if (strFileName == "agenda.html")
	{
	document.write(strFontColor + "Agenda-S</font><br>");
	document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='agenda05.html' target='_top'>2005</a></li>");
	document.write("<li><a href='agenda06.html' target='_top'>2006</a></li></ul>");
	}
else
	{document.write("<a href='agenda.html' target='_top'>Agenda-S</a><br>");
	if (strFileName == "agenda05.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li>" + strFontColor + "2005</font></li>");
		document.write("<li><a href='agenda06.html' target='_top'>2006</a></li></ul>");
		}

	if (strFileName == "agenda06.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='agenda05.html' target='_top'>2005</a></li>");
		document.write("<li>" + strFontColor + "2006</font></li></ul>");
		}
	}

// -- Retrospectives --		
if (strFileName == "retrospective.html")
	{document.write(strFontColor + "Rétrospectives</font><br>");}
else
	{document.write("<a href='retrospective.html' target='_top'>Rétrospectives</a><br>");}
	
// -- PV --		
if (strFileName == "pv.html")
	{document.write(strFontColor + "Procès Verbaux</font><br>");}
else
	{document.write("<a href='pv.html' target='_top'>Procès Verbaux</a><br>");}
	
// -- ... --
/*if (strFileName == "zone.html")
	{
	document.write("<a href='zone.html' target='_top'>" + strFontColor + "Zone à bâtir</font></a><br>");
	document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='pierre-grise-est.html' target='_top'>Pierre-Grise Est</a></li></ul>");
	}
else
	{
	document.write("<a href='zone.html' target='_top'>Zone à bâtir</a><br>");
	if (strFileName == "pierre-grise-est.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='pierre-grise-est.html' target='_top'>" + strFontColor + "Pierre-Grise Est</font></a></li></ul>");
		}
	}

// -- Historique --
if (strFileName == "historique.html")
	{document.write("<a href='historique.html' target='_top'>" + strFontColor + "Le village (historique)</font></a><br>");}
else
	{document.write("<a href='historique.html' target='_top'>Le village (historique)</a><br>");}
	
// -- Tourisme --
if (strFileName == "tourisme.html")
	{document.write("<a href='tourisme.html' target='_top'>" + strFontColor + "Tourisme</font></a><br>");}
else
	{document.write("<a href='tourisme.html' target='_top'>Tourisme</a><br>");}
	
// -- Images & Retro --
if (strFileName == "images.html") 
	{	
	document.write("<a href='images.html' target='_top'>" + strFontColor + "Nods en images</font></a><br>");
	document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='retro.html' target='_top'>Retro</a></li></ul>");
	}
else
	{
	document.write("<a href='images.html' target='_top'>Nods en Images</a><br>");
	if (strFileName == "retro.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='retro.html' target='_top'>" + strFontColor + "Retro</font></a></li></ul>");
		}
	}
	
// -- Sociétés  --
if (strFileName == "societes.html")
	{document.write("<a href='societes.html' target='_top'>" + strFontColor + "Sociétés culturelles &amp; Sportives</font></a><br>");}
else
	{document.write("<a href='societes.html' target='_top'>Sociétés culturelles &amp; Sportives</a><br>");}
	
// -- Curiosités --
if (strFileName == "curiosites.html")
	{document.write("<a href='curiosites.html' target='_top'>" + strFontColor + "Curiosités</font></a><br>");}
else
	{document.write("<a href='curiosites.html' target='_top'>Curiosités</a><br>");}
	
// -- Bibliographie --
if (strFileName == "bibliographie.html")
	{
	document.write("<a href='bibliographie.html' target='_top'>" + strFontColor + "Bibliographie</font></a><br>");
	document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='une_fois.html' target='_top'>Il était une fois...</a></li>");
	document.write("<li><a href='nods_souvenirs.html' target='_top'>Nods...souvenirs</a></li></ul>");
	}
else
	{
	document.write("<a href='bibliographie.html' target='_top'>Bibliographie</a><br>");
	if (strFileName == "une_fois.html" ||
		strFileName == "anne-catherine.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='une_fois.html' target='_top'>" + strFontColor + "Il était une fois...</font></a></li>");
		document.write("<li><a href='nods_souvenirs.html' target='_top'>Nods...souvenirs</a></li></ul>");
		}
	
	if (strFileName == "nods_souvenirs.html" ||
		strFileName == "corinne.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='une_fois.html' target='_top'>Il était une fois...</a></li>");
		document.write("<li><a href='nods_souvenirs.html' target='_top'>" + strFontColor + "Nods...souvenirs</font></a></li></ul>");
		}
	}
	
// -- LesNews --
if (strFileName == "news.html")
	{
	document.write("<a href='news.html' target='_top'>" + strFontColor + "Les News (Les niouses)</font></a><br>");
	document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='echos.html' target='_top'>Echos du Conseil</a></li>");
	document.write("<li><a href='reglements.html' target='_top'>Règlements</a></li>");
	document.write("<li><a href='communiques.html' target='_top'>Communiqués</a></li>");
	document.write("<li><a href='archives.html' target='_top'>Archives</a></li></ul>");
	}
else
	{document.write("<a href='news.html' target='_top'>Les News (Les niouses)</a><br>");
	if (strFileName == "echos.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='echos.html' target='_top'>" + strFontColor + "Echos du Conseil</font></a></li>");
		document.write("<li><a href='reglements.html' target='_top'>Réglements</a></li>");
		document.write("<li><a href='communiques.html' target='_top'>Communiqués</a></li>");
		document.write("<li><a href='archives.html' target='_top'>Archives</a></li></ul>");
		}

	if (strFileName == "reglements.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='echos.html' target='_top'>Echos du Conseil</a></li>");
		document.write("<li><a href='reglements.html' target='_top'>" + strFontColor + "Réglements</font></a></li>");
		document.write("<li><a href='communiques.html' target='_top'>Communiqués</a></li>");
		document.write("<li><a href='archives.html' target='_top'>Archives</a></li></ul>");
		}

		if (strFileName == "communiques.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='echos.html' target='_top'>Echos du Conseil</a></li>");
		document.write("<li><a href='reglements.html' target='_top'>Réglements</a></li>");
		document.write("<li><a href='communiques.html' target='_top'>" + strFontColor + "Communiqués</font></a></li>");
		document.write("<li><a href='archives.html' target='_top'>Archives</a></li></ul>");
		}

	if (strFileName == "archives.html")
		{
		document.write("<ul style=\"margin-top:'3pt' ; margin-left:'15pt'\"><li><a href='echos.html' target='_top'>Echos du Conseil</a></li>");
		document.write("<li><a href='reglements.html' target='_top'>Réglements</a></li>");
		document.write("<li><a href='communiques.html' target='_top'>Communiqués</a></li>");
		document.write("<li><a href='archives.html' target='_top'>" + strFontColor + "Archives</font></a></li></ul>");
		}
	}

// -- Les Liens --
if (strFileName == "liens.html")
	{document.write("<a href='liens.html' target='_top'>" + strFontColor + "Les liens</font></a><br>");}
else
	{document.write("<a href='liens.html' target='_top'>Les liens</a><br>");}


// -- Publications --
document.write("<br><b>-- Nouveau --</b><br>");
document.write("<a href='publications2004.html' target='_top'><b>Toutes les publications 2004</a></b><br>");
*/

// -- Retour à Nods --
document.write("<br><br><br><a href='javascript:close();'><b>Retour à Nods</a></b><br>");

document.write("</td>");
document.write("</tr>");
document.write("</table>");