<!--
function drop_down()
{
	var menuvalue=document.form8.menu.options[document.form8.menu.selectedIndex].value;

	document.form8.method="post";
	document.form8.action="/contrib/" + menuvalue;
	document.form8.encoding="application/x-www-form-urlencoded";
	document.form8.submit();
}

function letsgoto(name)
{
	IE4 = (document.all);
	NS4 = (document.layers);

	if(NS4) {
		name=document.form2.menu.options[document.form2.menu.selectedIndex].value
	}

	if(name==1) {self.location='/index.html';}
	if(name==2) {self.location='/bienvenue_f.html';}
	if(name==3) {self.location='/activites_promenade_cheval_f.html';}
	if(name==4) {self.location='/contact_f.html';}
	if(name==5) {self.location='/nous_trouver_f.html';}
	if(name==6) {self.location='/lettre_amis_f.html';}
	if(name==7) {self.location='/souvenirs_index_f.html';}

	if(name==8) {self.location='/a_la_carte_f.php';}
	if(name==9) {self.location='/evenements_f.php';}
	if(name==13) {self.location='/produits_f.php';}

// CONTRIB

	if(name==10) {self.location='/contrib/index.php';}
	if(name==11) {self.location='/contrib/mailing.php';}
	if(name==12) {self.location='/contrib/addr.php';}
}

npop=null;

function picpop(url,w,h,scrol)
{
 	if(npop!=null)
 	{
		if(!npop.closed) {npop.close();}
	}
	var x_position = Math.round((screen.width-w)/2);
	var y_position = Math.round((screen.height-h)/2);

	var dim = eval('"width=' + w + ',height=' + h + ',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+scrol+',resizable=0,top='+y_position+',left='+x_position+'"');
	npop = window.open(url,"instruct",dim);
	oldwin = npop.opener;
}

function deleteme(colonne,id,back)
{
	var msg = "Etes vous sur ??? ``" + id + "´´";

	if (confirm(msg)) {

		document.form3.colonne.value=colonne;
		document.form3.id.value=id;
		document.form3.back.value=back;

		document.form3.method="post";
		document.form3.action="/php_scripts/_delete.php";
		document.form3.encoding="application/x-www-form-urlencoded";
		document.form3.submit();
	}
}
//-->