/*----------------------------------------------------------------------------*/
/*-  AUTEUR :  Hugues DEKERLE                                                -*/
/*-  DATE    : 10/09/2007                                                    -*/
/*-  DESCRIPTION :                                                           -*/
/*----------------------------------------------------------------------------*/
//document.write('<script type="text/javascript" language="javascript" src="js/zm_cal.js"></script>');
//document.write('<script type="text/javascript" language="javascript" src="js/zm_lm.js"></script>');

var LigneSelec = '';
var ASelectionner = '';

window.onload = function() {
  init_chargement_en_cour('chargement');
  set_page_en_cours('section='+document.getElementById('section').value, 'si_rien');
  pngfix();
  set_div_innerHTML('menu', 'menu.php', 'section='+document.getElementById('section').value, 'si_rien');
}

/******************************************************************************/
/*                                 menu                                       */
/******************************************************************************/
function menu() {
  set_div_innerHTML('visiteur', 'xml/visite.php', 'resolution=' + screen.width + "*" + screen.height +
                                                  '&disponible=' + screen.availWidth + "*" + screen.availHeight +
                                                  '&couleurs=' + screen.colorDepth+" bits",
                                                  'si_rien');
}

/******************************************************************************/
/*                                acceuil                                     */
/******************************************************************************/
function accueil() {}

function popupCouleur() {
    window.open("membre.html", "popup", "height=500, width=820, menubar='no', toolbar='no', location='no', status='no', scrollbars='no'");
}

/******************************************************************************/
/*                               livredor                                     */
/******************************************************************************/
function news() {}

/******************************************************************************/
/*                               livredor                                     */
/******************************************************************************/
function livredor() {}

/******************************************************************************/
/*                              dirigeants                                    */
/******************************************************************************/
function dirigeants() {}

function fiche_dirigeant() {alert('fiche_dirigeant');}

/******************************************************************************/
/*                            liste des membre                                */
/******************************************************************************/
function membres() {}

/******************************************************************************/
/*                                photos                                      */
/******************************************************************************/
function photos() {}

function charge_photo(IdPage) {
  AffichePhoto.dbIdPhotoPage.value = IdPage;
  pop_it(document.forms["AffichePhoto"], 950, 690);
  //window.open("photo.html", "popup", "height=690, width=950, menubar='no', toolbar='no', location='no', status='no', scrollbars='no'");
  //document.forms["AffichePhoto"].submit();
}

/******************************************************************************/
/*                                photos                                      */
/******************************************************************************/
function videos() {}

/******************************************************************************/
/*                              calendrier                                    */
/******************************************************************************/
function calendrier() {}

/******************************************************************************/
/*                               hommages                                     */
/******************************************************************************/
function hommages() {}

/******************************************************************************/
/*                                 liens                                      */
/******************************************************************************/
function liens() {}

/******************************************************************************/
/*                           compteur visiteur                                */
/******************************************************************************/
function visite() {}

