/* auteur: André Rouyer */
/* Date de création: 15/05/2001 */
var ph;
	function fenn(adr) {

		Voir = window.open(adr,"Photo","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=550,height=500");
  				}

 function affich(ph) {

   if (ph == "../imgb/concourshippique2.jpg")
	fenn("../photos/concourshippiques.html");
	 
   if (ph == "../imgb/attelage.jpg")
	fenn("../photos/attelage.html");

   if (ph == "../imgb/concourscomplet.jpg")
	fenn("../photos/complets.html");
	 
   if (ph == "../imgb/lesvainqueur.jpg")
	fenn("../photos/lesvainqueurs.html");

   if (ph == "../imgb/noussommespresents.jpg")
	fenn("../photos/presence.html");

   if (ph == "../imgb/dressage.jpg")
	fenn("../photos/dressage.html");

   if (ph == "../imgb/westernriding3.jpg")
	fenn("../photos/western.html");

   if (ph == "../imgb/chevauxdecourses.jpg")
	fenn("../photos/chevauxcourses.html");

   if (ph == "../imgb/leschevauxarabes.jpg")
	fenn("../photos/arabes.html");

   if (ph == "../imgb/leschevauxdeloisirduplusgra.jpg")
	fenn("../photos/trait.html");
								
   if (ph == "../imgb/show.jpg")
	fenn("../photos/show.html");

	
	Voir.focus();
}
