$(window).ready(function(){
	$.getScript('/js/globals/jQ-Easing-v1.3.js');
	var hh = $(".xtext-box").first().parent().height();
	$(".xtext-box").each(function(){ $(this).height(hh) ;});
});

function popImg(){
	$("body").append('<div id="cover" style="position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:110;"></div>');
	$("#cover").animate({'opacity':0.4});
	$("body").append('<div id="imp"><div class="img"><a id="dnw" target="_blank" href="/photos/cld_invitation_web_full.jpg">T\u00E9l\u00E9charger</a><a id="close">Fermer</a><img src="/photos/cld_invitation_web.jpg" width="637" height="824" alt="Rendez-vous entrepreneurial Montr\u00E9al-Nord" /></div></div>');
	$("#imp").css({'position':'fixed','left':'50%','top':'20px','width':0,'height':0});
	$("#imp .img").css({'position':'absolute','left':'-328px','z-index':'150','border':'10px solid #eee','border-radius':'7px','box-shadow':'0 0 14px #000','background':'#fff'});
	$("#dnw").css({'position':'absolute','display':'block','background':'#fff'
				  ,'top':'-10px'
				  ,'padding':'6px 15px'
				  ,'border-radius':'12px'
				  ,'color':'#000'
				  ,'font-weight':'bold'
				  ,'box-shadow':'0 0 14px #000'
				  ,'left':'-140px'
				  ,'background':'#ff0'
				  })
	$("#close").css({'position':'absolute','display':'block','background':'#fff'
				  ,'top':'-10px' ,'text-decoration':'underline'
				  ,'padding':'6px 15px' ,'cursor':'pointer'
				  ,'border-radius':'12px'
				  ,'color':'#000'
				  ,'font-weight':'bold'
				  ,'box-shadow':'0 0 14px #000'
				  ,'left':'660px'
				  ,'background':'#ff0'
				  }).click(function(){ $("#cover").remove();  $("#imp").remove(); })
	
}

function GoLeft(){
	$("#linkslider").animate({'left':-0+'px'}, 500,'easeInOutExpo');
}
function GoRight(){
	$("#linkslider").animate({'left':-270+'px'}, 500,'easeInOutExpo');
}
