function fct_contenu(ident){

switch (ident)
   {         
         case 1: 
         $("#conteneur_hebe").load("hebe/miami.html");

         //new Ajax.Updater('conteneur_hebe','hebe/miami.html',{method: 'get'});
         break; 
         
          case 2: 
         $("#conteneur_hebe").load("hebe/quatro.html");
          
         //new Ajax.Updater('conteneur_hebe','hebe/quatro.html',{method: 'get'});
         break; 
          
         
         case 3: 
          $("#conteneur_hebe").load("hebe/mediterranee.html");
         break; 
         
         case 4: 
          $("#conteneur_hebe").load("hebe/orlando.html");
         break;
         case 5: 
          $("#conteneur_hebe").load("hebe/bahama.html");
         break;  
         case 6: 
          $("#conteneur_hebe").load("hebe/family.html");
         break;
         case 7: 
          $("#conteneur_hebe").load("hebe/club5.html");
         break; 
         case 8: 
          $("#conteneur_hebe").load("hebe/cottage.html");
         break;
         case 9: 
          $("#conteneur_hebe").load("hebe/tropical.html");
         break;
          case 10: 
          $("#conteneur_virtu").load("hebe/quatro-virtue.html");
        
         break;
          case 11: 
          $("#conteneur_virtu").load("hebe/mediterranee-virtue.html");
        
         break;  
         case 12: 
          $("#conteneur_virtu").load("hebe/orlando-virtue.html");
        
         break;
          case 13: 
          $("#conteneur_virtu").load("hebe/sixty-virtue.html");
        
         break;
         case 14: 
          $("#conteneur_virtu").load("hebe/family-virtue.html");
        
         break;
         case 15: 
          $("#conteneur_virtu").load("hebe/club5-virtue.html");
        
         break;
         case 16: 
          $("#conteneur_virtu").load("hebe/cottage-virtue.html");
        
         break;   
         case 20: 
          $("#video").load("video/loisirs/loisirs.html");
        
         break;
          case 21: 
          $("#video").load("video/piscine/piscine.html");
        
         break;
         
          case 22: 
          $("#video").load("video/emplacements/emplacements.html");
        
         break;  
         case 23: 
          $("#video").load("video/location/location.html");
        
         break;
         case 24: 
          $("#video").load("video/accueil/accueil.html");
        
         break;
         case 25: 
          $("#video").load("video/services/services.html");
        
         break;
         case 30: 
          $("#video").load("video/vide.html");
        
         break; 
          case 31: 
          $("#appel_webcam").load("appel-webcam.html");
        
         break; 
          case 32: 
          $("#webcam").load("webcam/floride.html");
        
         break; 
         case 33: 
          $("#webcam").load("webcam/embouchure.html");
        
         break; 
		 case 34: 
          $("#appel_webcam").load("appel-webcam-uk.html");
        
         break;
		 case 35: 
           $("#conteneur_hebe").load("hebe/miami-uk.html");
         break;
		 case 36: 
           $("#conteneur_hebe").load("hebe/mediterranee-uk.html");
         break;  
		 case 37: 
           $("#conteneur_hebe").load("hebe/bahama-uk.html");
         break;  
		 case 38: 
           $("#conteneur_hebe").load("hebe/orlando-uk.html");
         break;  
		 case 39: 
           $("#conteneur_hebe").load("hebe/family-uk.html");
         break;  
		 case 40: 
           $("#conteneur_hebe").load("hebe/club5-uk.html");
         break;  
		 case 41: 
           $("#conteneur_hebe").load("hebe/cottage-uk.html");
         break;  
		 case 42: 
           $("#conteneur_hebe").load("hebe/tropical-uk.html");
         break;
		  case 43: 
           $("#conteneur_hebe").load("hebe/miami-nl.html");
         break;
		 case 44: 
           $("#conteneur_hebe").load("hebe/mediterranee-nl.html");
         break;  
		 case 45: 
           $("#conteneur_hebe").load("hebe/bahama-nl.html");
         break;  
		 case 46: 
           $("#conteneur_hebe").load("hebe/orlando-nl.html");
         break;  
		 case 47: 
           $("#conteneur_hebe").load("hebe/family-nl.html");
         break;  
		 case 48: 
           $("#conteneur_hebe").load("hebe/club5-nl.html");
         break;  
		 case 49: 
           $("#conteneur_hebe").load("hebe/cottage-nl.html");
         break;  
		 case 50: 
           $("#conteneur_hebe").load("hebe/tropical-nl.html");
         break;  
                                 
   }

}
