<!-- 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

var dossier = "site_gb"
var acc = "index.shtml"

function chgLink(num)
{
	if (location.pathname == acc) { (document.links[num].pathname = location.pathname + "/"); }
	else { (document.links[num].pathname = dossier + location.pathname); }
}

// stop hiding -->