﻿jQuery(document).ready(function(){
	jQuery(".mailsPlace").html("<a href='"+"mai"+"lto:"+"co"+"hs"+"@"+"wa"+"na"+"doo"+"."+"fr"+"' onclick='this.blur();' class='mail' style='outline:none;' title='Envoyez un email' >"+"c"+"o"+"hs"+"@"+"wan"+"a"+"doo"+"."+"fr"+"</a>");
	jQuery(".mailsPlace1").html("<a href='"+"mai"+"lto:"+"coh"+"s"+"@"+"w"+"ana"+"doo"+"."+"fr"+"' onclick='this.blur();' class='linking2' style='outline:none;' title='Envoyez un email' >"+"c"+"oh"+"s"+"@"+"wa"+"na"+"doo"+"."+"fr"+"</a>");
	jQuery(".hebergement").html('<h2><span>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>");
        });
    }
}
