﻿jQuery(document).ready(function(){
	jQuery(".mailsPlace").html("<a href='"+"mai"+"lto:"+"conceptet"+"patrimoine"+"@"+"wa"+"nad"+"oo"+"."+"fr"+"' onclick='this.blur();' class='mail' style='outline:none;' title='Envoyez un email' >"+"con"+"ce"+"ptetpatrimoine"+"@"+"w"+"a"+"nadoo"+"."+"fr"+"</a>");
	jQuery(".mailsPlace1").html("<a href='"+"mai"+"lto:"+"co"+"nceptetpatrimoine"+"@"+"w"+"an"+"adoo"+"."+"fr"+"' onclick='this.blur();' class='linking2' style='outline:none;' title='Envoyez un email' >"+"con"+"ceptet"+"patrimoine"+"@"+"wan"+"ado"+"o"+"."+"fr"+"</a>");
	jQuery(".hebergement").html('<h2 class="pl0"><span class="color">H&eacute;bergement : Safe &amp; Web Company - Distributeur DIGITAL AGE</span></h2><div class="clr h5"></div><p>Parc comitec, 18000 Bourges<br /><a href="#" onclick="javascript:window.open(\'http://www.digitalage.fr\')" class="linking" title="Visiter le site Digital Age">http://www.digitalage.fr</a></p>');
	jQuery(".madeby").html('<a href="http://www.digitalage.fr/" target="_blank" title="Visiter le site Digital Age" class="digital-btn"></a>');
  jQuery('#main-scroll').jScrollPane(
        {
            showArrows: true,
            horizontalGutter: 7
        }
    );
});
//jQuery(document).ready(function() {
//    if (jQuery("#content #middle-outter .inner").height() > 20000) {
//        jQuery("#content #middle-outter .inner").height('20000px');
//    }
//    if (jQuery("#content #middle-outter .inner").height() < 180) {
//        jQuery("#content #middle-outter .inner").height('180px');
//    }
//  });
function changeToMail(className,i,title){
    if (!title) title = "Envoyer un e-mail";

    if (jQuery("."+className)) {

        jQuery("."+className).each(function(){
            jQuery(this).html("<a href='" + "mai" + "lto:" + mails[i] + "' title='" + title + "'>" + mails[i] + "</a>");
        });
    }
}
