
function ecleaf_mtlight_v1(arg1, arg2) {
    try {
        location.href="mailto:" + arg1 + "@" + arg2;
    }
    catch (e) {}
}

jQuery.noConflict();
jQuery(document).ready(function($) {
	Shadowbox.init();
	jQuery(jQuery('.icons a')[0]).attr('href',jQuery(jQuery('.icons a')[0]).attr('href')+"?u="+document.URL).click(function() {
		window.open (jQuery(this).attr('href'), "mywindow","height=500,width=450");
		return false
	})
	jQuery(jQuery('.icons a')[1]).click(function() {
		window.open (jQuery(this).attr('href'), "mywindow","height=220,width=450");
		return false
	}).css({"margin":"-1px -1px 0 -2px"})
	jQuery(jQuery('.icons a')[2]).after('<g:plusone size="small" annotation="none"></g:plusone>').remove()
	window.___gcfg = {lang: 'fr'};
	  (function() {
	    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
	    po.src = 'https://apis.google.com/js/plusone.js';
	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
	  })();

})

