<!-- hide this script from non-javascript-enabled browsers

// Site international, v1.0, mai 2001
// Copyright © 2001 - LeMarsu
// Cahier des charges - At-ssii
// http://www.at-ssii.com - Programmation Web
// Tous droits réservés
// Ne pas reproduire sans autorisation

function chgLink(num)
{
		var tab1 = location.pathname.slice(8);
//		tab1 = tab.split("/");
		document.links[num].pathname = tab1;
}
//-->

// stop hiding -->