<!-- debut du script
function VersionNavigateur(Netscape, Explorer) {
  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||      
      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
    return true;
else return false;
}

//  Fin du script -->

<!-- debut du script menu
mnuHome1=new Image();
mnuHome1.src="gif/bt1_accueil.gif";

mnuHome2=new Image();
mnuHome2.src="gif/bt2_accueil.gif";

mnuPaysHam1=new Image();
mnuPaysHam1.src="gif/bt1_pays_ham.gif";

mnuPaysHam2=new Image();
mnuPaysHam2.src="gif/bt2_pays_ham.gif";

mnuAnnonces1=new Image();
mnuAnnonces1.src="gif/bt1_annonces.gif";

mnuAnnonces2=new Image();
mnuAnnonces2.src="gif/bt2_annonces.gif";

mnuLivreOr1=new Image();
mnuLivreOr1.src="gif/bt1_livre_or.gif";

mnuLivreOr2=new Image();
mnuLivreOr2.src="gif/bt2_livre_or.gif";

mnuLiens1=new Image();
mnuLiens1.src="gif/bt1_liens.gif";

mnuLiens2=new Image();
mnuLiens2.src="gif/bt2_liens.gif";

mnuLivres1=new Image();
mnuLivres1.src="gif/bt1_livres.gif";

mnuLivres2=new Image();
mnuLivres2.src="gif/bt2_livres.gif";

mnuCd1=new Image();
mnuCd1.src="gif/bt1_cd.gif";

mnuCd2=new Image();
mnuCd2.src="gif/bt2_cd.gif";

mnuBourses1=new Image();
mnuBourses1.src="gif/bt1_bourses.gif";

mnuBourses2=new Image();
mnuBourses2.src="gif/bt2_bourses.gif";

mnuExpo1=new Image();
mnuExpo1.src="gif/bt1_expositions.gif";

mnuExpo2=new Image();
mnuExpo2.src="gif/bt2_expositions.gif";

mnuHistoire1=new Image();
mnuHistoire1.src="gif/bt1_histoire.gif";

mnuHistoire2=new Image();
mnuHistoire2.src="gif/bt2_histoire.gif";

mnuClubs1=new Image();
mnuClubs1.src="gif/bt1_clubs.gif";

mnuClubs2=new Image();
mnuClubs2.src="gif/bt2_clubs.gif";

mnuBoutique1=new Image();
mnuBoutique1.src="gif/bt1_boutique.gif";

mnuBoutique2=new Image();
mnuBoutique2.src="gif/bt2_boutique.gif";

//  Fin du script Menu -->

<!-- debut du script go

		champs = new Array(33);
		nbmenu = 33;
		haveFrames = false;		
		
		// Vous donnez le nom du menu, le lien associé et la fenêtre de destination
		function LesMenus(titre,cible,target) {
			this.titre = titre;
			this.cible = cible;
			this.target = target;
		}
		champs[0] = new LesMenus("--Carte--","paysh_carte.htm","main");
		champs[1] = new LesMenus("Athies","athies-cpa.htm","main");
		champs[2] = new LesMenus("Bacquencourt","bacquen-cpa.htm","main");
		champs[3] = new LesMenus("Canisy","canisy-cpa.htm","main");
		champs[4] = new LesMenus("Douilly","douilly_cpa.htm","main");
		champs[5] = new LesMenus("Esmery-Hallon","esmery-cpa.htm","main");
		champs[6] = new LesMenus("Ham Chateau","ham-chat.htm","main");
		champs[7] = new LesMenus("Ham la Place","ham-place.htm","main");
		champs[8] = new LesMenus("Ham l'Abbaye","ham-eglise.htm","main");
		champs[9] = new LesMenus("Ham rues/sites","ham-rues.htm","main");		
		champs[10] = new LesMenus("Ham Fêtes","ham-fetes.htm","main");		
		champs[11] = new LesMenus("Ham CPA.Almd","ham-almag.htm","main");
		champs[12] = new LesMenus("Hombleux","hombl-cpa.htm","main");
		champs[13] = new LesMenus("Languevoisin","languev-cpa.htm","main");
		champs[14] = new LesMenus("Marchélepot","marche-cpa.htm","main");
		champs[15] = new LesMenus("Matigny","matigny-cpa.htm","main");
		champs[16] = new LesMenus("Mesnil/Nicaise","mesnil-cpa.htm","main");
		champs[17] = new LesMenus("Muille-Villette","muille-cpa.htm","main");
		champs[18] = new LesMenus("Nesle Place","nesle-place.htm","main");
		champs[19] = new LesMenus("Nesle rues","nesle-rues.htm","main");
		champs[20] = new LesMenus("Nesle Sites","nesle-sites.htm","main");
		champs[21] = new LesMenus("Nesle Eglise","nesle-eglise.htm","main");
		champs[22] = new LesMenus("Nesle CPA.Almd","nesle-almag.htm","main");
		champs[23] = new LesMenus("Nesle Usine","nesle-usine.htm","main");
		champs[24] = new LesMenus("Nesle fêtes","nesle-fetes.htm","main");
		champs[25] = new LesMenus("Offoy","offoy-cpa.htm","main");
		champs[26] = new LesMenus("Voyennes Sites","voyen_sites.htm","main");
		champs[27] = new LesMenus("Voyennes Eglise","voyen_eglise.htm","main");
		champs[28] = new LesMenus("Voyennes Rivière","voyen_somme.htm","main");
		champs[29] = new LesMenus("Voyennes Buny","voyen_buny.htm","main");
		champs[30] = new LesMenus("Voyennes Train","voyen_train.htm","main");
		champs[31] = new LesMenus("Voyennes CP.Alm","voyen_almag.htm","main");
		champs[32] = new LesMenus("Voyennes Monum.","voyen_monument.htm","main");

		function GoMenu() {
			Choix = document.MENU.MenuList.selectedIndex;
			if (haveFrames)
				parent.frames[champs[Choix].target].location.href = champs[Choix].cible;
			else
				window.location.href = champs[Choix].cible;
		}
		
		function Menu() {
			haveFrames = (parent.frames.length > 0);
			document.write('<FORM NAME="MENU" classe="nmnrtx9">');
			document.write('<SELECT NAME="MenuList" classe="nmnrtx9">');
			document.write('<OPTION VALUE="0" SELECTED>' + champs[0].titre);
			for (var x = 1; x < nbmenu; x++)
				document.write('<OPTION VALUE="' + x + '">' + champs[x].titre);
			document.write('</SELECT><br>');
			document.write('<a href="javascript:GoMenu();"><img border="0" src="gif/bout_choix.gif" vspace="5"></a>');
			document.write('</FORM>');
		}
		
// fin de go -->


<!-- debut du script NewCpa

function NewCpa(UrlCpa,Haut,Large,titre)
	{
	var MonLarge,MonHaut,TxtLarge,TxtHaut
	this.UrlCpa = UrlCpa;
	this.large = Large;
	this.haut = Haut;
	this.titre = titre;
	if (navigator.appVersion<'4')
		{
		MonLarge = this.large + 10;
		MonHaut = this.haut + 10;
		TxtLarge = MonLarge.toString()
		TxtHaut = MonHaut.toString()
		NewWindow = window.open(this.UrlCpa,'','resizable=no,height='+TxtHaut+',width='+TxtLarge+"'")
		}
	else
		{
		MonHaut = this.haut + 22;
		TxtLarge = this.large.toString()
		TxtHaut = MonHaut.toString()
		NewWindow = window.open('','','resizable=no,height='+TxtHaut+',width='+TxtLarge+"'")
		var newcontent = '<HTML><HEAD><TITLE>'+this.titre+'</TITLE></HEAD>';
		newcontent += '<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" bgcolor="#000000">';
		newcontent += '<p><img src=' + this.UrlCpa + '><br>';
		newcontent += '<a href="JavaScript:close();"><img align="right" border="0" vspace="3" hspace="5" src="gif/bout_fermer.gif"></a></p>';
		newcontent += '</body></html>';
		NewWindow.document.write(newcontent);
		NewWindow.document.close();
		}
	}
// fin de NewCpa -->
