function setLang(lang) {

	createCookie("lang",lang,365);
	
	var p1 = document.getElementById("p1");
	var p2 = document.getElementById("p2");
	var Caption = document.getElementById("Caption");
	var map = document.getElementById("map");
	 
	if(lang == "FR") {
		p1.innerHTML = "Mortagne-au-Perche est une cité ancienne située au sommet d'une colline avec de beaux bâtiments " +
					   "médiévaux, de la Renaissance et du 18eme siécle autour de plusieurs " +
					   "places. C'est une cité très vivante, avec un centre très animé; beaucoup " +
					   "d'étudiants fréquent ses Ècoles et collèges. Un marché se tient " +
					   "traditionnellement tous les samedis.";
					   
		p2.innerHTML = "Vous trouvez également des échoppes d'artisan, un cinéma traditionel; une quantité de sentiers " +
					   "traversent la ville. Notre rue du Mail est dans le centre historique. Les paysages du Perche sont ondoyants. " +
					   "Beaucoup de rivières prennent leurs sources autour de Mortagne, point de dèpart d'agrèable promenade, " +
					   "dans la campagne et les forêts proches. Le Perche est renommé pour des " +
					   "<a href='LPR-directions-horses.htm'>chevaux</a>, abbayes, églises, châteaux, " +
					   "<a href='LPR-directions-buildings.htm'>manoirs</a> et jardins.";
					   
		Caption.innerHTML = "Les villes les plus proches sont Chartres, Le Mans et Sées, chacune avec son attrait particulier.";

		map.innerHTML = '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps?f=q&amp;hl=fr&amp;' +
						'geocode=&amp;q=4+Rue+du+mail,Mortagne-au-Perche,+Orne,+Lower-Normandy,+France&amp;sll=47.15984,2.988281&amp;sspn=15.331473,27.421875&amp;ie=UTF8&amp;' +
						'll=48.530589,0.552492&amp;spn=0.007291,0.01339&amp;z=14&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJqjfif9hFax-UY5e1bLItsHv9biEg">' +
						'</iframe><br><small><a href="http://maps.google.fr/maps?f=q&amp;hl=fr&amp;geocode=&amp;q=4+Rue+du+mail,Mortagne-au-Perche,+Orne,+Lower-Normandy,+France&amp;' +
						'sll=47.15984,2.988281&amp;sspn=15.331473,27.421875&amp;ie=UTF8&amp;ll=48.530589,0.552492&amp;spn=0.007291,0.01339&amp;z=14&amp;iwloc=addr&amp;source=embed"' +
						'style="color:#0000FF;text-align:left">Agrandir le plan</a></small>';
	}
	else {
		p1.innerHTML = "Mortagne-au-Perche is just off the N12 Paris to Alençon road. " + 
					   "It is about one hundred and fifty kilometres south of the Channel ports. " +
					   "The Perche country is famous for its <a href='LPR-directions-horses.htm'>Percheron horses</a>, " +
					   "forests and <a href='LPR-directions-buildings.htm'>fortified manors</a>";
					   
		p2.innerHTML = "&nbsp";
		
		Caption.innerHTML = "The towns of Chartres, Le Mans et Sées are all nearby, each with its own attractions.";
		
		map.innerHTML = '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"' +
						'src="http://maps.google.co.uk/maps?f=q&amp;hl=en&amp;geocode=&amp;q=4+Rue+du+mail,Mortagne-au-Perche,+Orne,+Lower-Normandy,+France&amp;' +
						'sll=48.535704,0.54657&amp;sspn=0.466482,0.856934&amp;ie=UTF8&amp;ll=48.530589,0.552492&amp;spn=0.007291,0.01339&amp;z=14&amp;iwloc=addr&amp;' +
						'output=embed&amp;s=AARTsJpAxv4wwq9QHMoyrxTIrog7bdq3qw"></iframe><br><small><a href="http://maps.google.co.uk/maps?f=q&amp;hl=en&amp;geocode=&amp;' +
						'q=4+Rue+du+mail,Mortagne-au-Perche,+Orne,+Lower-Normandy,+France&amp;sll=48.535704,0.54657&amp;sspn=0.466482,0.856934&amp;ie=UTF8&amp;ll=48.530589,0.552492&amp;' +
						'spn=0.007291,0.01339&amp;z=14&amp;iwloc=addr&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
	} 
}
