$(document).ready(function(){

    // Accordion
    //$("#accordion").accordion({ header: "h3" });

    //LightBox
    $('a.lightbox').lightBox();

    //lightBox Loop
    for(i = 1; i<=7; i=i+1){
        $('a.lightbox' + i).lightBox();
    }

    $(".diaporama1").jDiaporama({
            animationSpeed: "slow",
            delay:5
    });

});


tinyMCE.init({
    mode : "textareas",
    editor_selector : "mceEditor",
    theme : "advanced",
    //theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyfull,|,forecolor",
    theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
    theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,forecolor,backcolor",
    theme_advanced_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap",
    //theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",    
    width : "650" ,
    height : "600"
});
