// jquery General Site pour Hotellerie Champetre
// par Phil Turcotte : Numerique Technologies inc.


$(function(){
	
	var texteModalite = $('div##containerBottomBonjourQuebec').children(':first-child').html();
	var url = window.location.href;
	if (url.indexOf("_ang") == -1) {
	$('div##containerBottomBonjourQuebec').children(':first-child').html("<a href=\"##\" id=\"btnModalite\">Conditions et modalités</a>");
	} else {
	$('div##containerBottomBonjourQuebec').children(':first-child').html("<a href=\"##\" id=\"btnModalite\">Conditions and modality</a>");
	}
			
	$('a##btnModalite').click(function () {
		$('div##containerBottomBonjourQuebec').children(':first-child').html(texteModalite);
		return false;
	});


/* Pour gérer les vidéos youTube */
/*	$.nyroModalSettings({
		processHandler: function(settings) {
			//$(settings.from).attr('class');
			var scaleRatio = 1;
			var from = settings.from;
			if (from && from.href && (from.href.indexOf('http://www.youtube.com/watch?v=') == 0|| from.href.indexOf('http://www.youtube.com/p/') == 0)) {
				$.nyroModalSettings({
					type: 'swf',
					zIndexStart : 99999,
					width: (990 * scaleRatio),
					height: (580 * scaleRatio),
					url: (from.href.replace(new RegExp("watch\\?v=", "i"), 'v/') + '&autoplay=1')
				});
			}
		}
	});
*/

$(".videoYouTube").click(function(e)
	{
	var lienAUtiliser = $(this).attr('href');
	$.nyroModalManual({
		width:  990,
		height: 580,
		url: (lienAUtiliser.replace(new RegExp("watch\\?v=", "i"), 'v/') + '&autoplay=1')
		});
	return false;
	});

});
