var urlHost ='http://www.dijon.fr';var urlSearch ='http://www.dijon.fr/recherche!0-79/';var urlParameterSearchType ='!7-0';var urlSendMail = 'http://www.dijon.fr/envoiFormulaireToMail.php'; var urlAutoCompletion = 'http://www.dijon.fr/autocompleteSearch.php';var agenda_form_html_theme = '<table id="agenda_form_theme"><tr><td width="50%">';agenda_form_html_theme += '<a rel="0|12"><img src="images/input_checkbox_unchecked.gif" alt="" />Concert</a> ';agenda_form_html_theme += '<a rel="0|15"><img src="images/input_checkbox_unchecked.gif" alt="" />Associations</a> ';agenda_form_html_theme += '<a rel="0|16"><img src="images/input_checkbox_unchecked.gif" alt="" />Opéra</a> ';agenda_form_html_theme += '<a rel="0|11"><img src="images/input_checkbox_unchecked.gif" alt="" />Cinéma</a> ';agenda_form_html_theme += '<a rel="0|5"><img src="images/input_checkbox_unchecked.gif" alt="" />Conférence</a> ';agenda_form_html_theme += '<a rel="0|17"><img src="images/input_checkbox_unchecked.gif" alt="" />Contes et lectures</a> ';agenda_form_html_theme += '<a rel="0|2"><img src="images/input_checkbox_unchecked.gif" alt="" />Danse</a> ';agenda_form_html_theme += '<a rel="0|1"><img src="images/input_checkbox_unchecked.gif" alt="" />Exposition</a> ';agenda_form_html_theme += '<a rel="0|14"><img src="images/input_checkbox_unchecked.gif" alt="" />Festival</a> ';agenda_form_html_theme += '<a rel="0|18"><img src="images/input_checkbox_unchecked.gif" alt="" />Jeune public</a> ';agenda_form_html_theme += '<a rel="0|21"><img src="images/input_checkbox_unchecked.gif" alt="" />Formation -Education</a> ';agenda_form_html_theme += '</td><td>';agenda_form_html_theme += '<a rel="0|7"><img src="images/input_checkbox_unchecked.gif" alt="" />Loisirs</a> ';agenda_form_html_theme += '<a rel="0|9"><img src="images/input_checkbox_unchecked.gif" alt="" />Musique</a> ';agenda_form_html_theme += '<a rel="0|20"><img src="images/input_checkbox_unchecked.gif" alt="" />S informer</a> ';agenda_form_html_theme += '<a rel="0|22"><img src="images/input_checkbox_unchecked.gif" alt="" />Nos aînés</a> ';agenda_form_html_theme += '<a rel="0|4"><img src="images/input_checkbox_unchecked.gif" alt="" />Salon/Foire</a> ';agenda_form_html_theme += '<a rel="0|13"><img src="images/input_checkbox_unchecked.gif" alt="" />Spectacle</a> ';agenda_form_html_theme += '<a rel="0|3"><img src="images/input_checkbox_unchecked.gif" alt="" />Sports</a> ';agenda_form_html_theme += '<a rel="0|8"><img src="images/input_checkbox_unchecked.gif" alt="" />Théâtre</a> ';agenda_form_html_theme += '<a rel="0|6"><img src="images/input_checkbox_unchecked.gif" alt="" />Vie municipale</a> ';agenda_form_html_theme += '<a rel="0|19"><img src="images/input_checkbox_unchecked.gif" alt="" />Visite guidée</a> ';	agenda_form_html_theme += '</td></tr></table> ';
	agenda_form_html_theme += '<div id="agenda_form_theme_cmd2"> ';
	agenda_form_html_theme += '<a id="agenda_form_theme_checkall" ref="" title="">Tout cocher</a> ';
	agenda_form_html_theme += '&nbsp;&nbsp;';
	agenda_form_html_theme += '<a id="agenda_form_theme_uncheckall" ref="" title="">Tout décocher</a> ';
	agenda_form_html_theme += '&nbsp;&nbsp;';
	agenda_form_html_theme += '<a id="agenda_form_theme_submit" href="" title=""><img src="images/input_submit_valider.png" alt="" /></a>';
	agenda_form_html_theme += '</div><div class="clear">&nbsp;</div>';
var afterItemFolderLoad = function(){
var agenda_ajax_url_item ='ajax.content.declinaison.texte.php';
var agenda_popup_status = 'closed'; 
var agenda_panel_status = 'closed'; 
$('ul#content_items li').each(function(index){ 
  $(this).css('cursor', 'pointer');
  $(this).unbind(); 
  $(this).hover( function(){ 
    $('img',this).stop().animate({'opacity': '0.8'}, 200); }, 
      function(){ 
        $('img',this).stop().animate({'opacity': '1'}, 800); 
      } );
      $(this).click(function(){ 
        var thisid = $('a', this).attr("rel");
        $(this).colorbox({ 
          opacity:0.6,
          href:agenda_ajax_url_item+'?&ajaxid='+thisid+'', onOpen:function(){
              agenda_popup_status = 'open'; 
              }, 
          onClosed:function(){agenda_popup_status = 'closed'; }
          }); 
      });
  });
};

