var membre=[ 
"AFNOR (Association Française de  Normalisation)",
"Amnesty International",
"ANACT",
"ANDCP",
"CFTC",
"CGT-FO",
"CJD (Centre des Jeunes Dirigeants)",
"E.D.C (Les Entrepreneurs et Dirigeants Chrétiens)",
"E.p.E (Entreprise Pour l’Environnement)",
"Entreprise & Personnel",
"Fondact",
"I.A.S. (Institut de l’Audit Social)",
"IMS-Entreprendre pour la Cité (Institut du Mécénat de solidarité)",
"Institut de l'Entreprise (Pacte Mondial)",
"Orée",
"Transparence International (France)"
]

var lien=[ 
"http://www.sd21000.org",
"http://www.amnesty.org",
"http://www.anact.fr",
"http://www.andcp.fr",
"http://www.cftc.fr",
"http://www.force-ouvriere.fr",
"http://www.cjd.net",
"http://www.cfpc.org",
"http://www.epe.asso.fr",
"http://www.entreprise-personnel.com",
"http://www.fondact.org",
"http://www.audit-social.com",
"http://www.imsentreprendre.com",
"http://www.pactemondial.org",
"http://www.oree.org",
"http://www.transparency.org"
]


	var titre = "Associate members";
	document.write("<table cellpadding=0 cellspacing=2 border=0 width=500 align='center'>");
	document.write("<tr><td colspan=2><p class='right' style='font-weight: bold; font-size: 14px;'>"+titre+"</p></td></tr>");
	document.write("<tr><td bgcolor='#88C8d4' colspan=2><img src='../images/spacer.gif' width=1 height=1 border=0></td></tr>");
	for (var i=0; i<membre.length; i++)
	{
		if(lien[i] != "" )
		{
			var SiteWeb = "<p style='font-size:0.7em;'><a href='"+lien[i]+"' target='_blank' style='color:#00A1B3;'>Site web</a></p>";
		}
		else
		{
			var SiteWeb = "<p>&nbsp;</p>";
		}
		document.write("<tr><td width=100 height='18'>"+SiteWeb+"</td><td width=400 height='18'><p>"+membre[i]+"</p></td></tr>");
		document.write("<tr>");
		document.write("<td bgcolor='#FFFFFF'><img src='../images/spacer.gif' width=1 height=1 border=0></td>");
		document.write("<td bgcolor='#F0F0F0'><img src='../images/spacer.gif' width=1 height=1 border=0></td>");
		document.write("</tr>");
	}
	document.write("</table>");
