
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<title></title>
<meta name="Greenstone version number" content="_versionnum_" >

<script language="javascript" type="text/javascript">


 var style_display_old;
 var show = true;
 var toc_top;

 function has_toc(){
     var div_nodes = document.getElementsByTagName("div");    
     for (var i=0;i < div_nodes.length ; i++ ){
          var div_node = div_nodes[i];
          if (div_node.className =="toc" && div_node.childNodes.length > 1)
             {
                 return true;
             }
      }
   
    return false;
 }

 function hide_toc(){
     var div_nodes = document.getElementsByTagName("div");    
     for (var i=0;i < div_nodes.length ; i++ ){
          var div_node = div_nodes[i];
          if (div_node.className =="toc")
             {
               style_display_old = div_node.style.display; 
               toc_top = document.getElementById("toc_top"); 
               if (toc_top)
                div_node.parentNode.insertBefore(toc_top,div_node);
                div_node.style.display = "none";
             };
      }  

 }  


 function show_toc(){
  
     var div_nodes = document.getElementsByTagName("div");    
     for (var i=0;i < div_nodes.length ; i++ ){
          var div_node = div_nodes[i];
          if (div_node.className =="toc")
             {
               div_node.style.display = style_display_old;
               if (toc_top)
                  div_node.insertBefore(toc_top,div_node.firstChild);    
              }; 
      }

 }  

  
  function switch_toc(){
     var toc_link =  document.getElementById("toc_link");
       while (toc_link.hasChildNodes()) {
       	  toc_link.removeChild(toc_link.firstChild);
	}  
    if (show){
        toc_link.appendChild(document.createTextNode('Show the table of contents'));
        show = false;
        hide_toc(); 
    }
  else{
       toc_link.appendChild(document.createTextNode('Hide the table of contents'));
      show = true;
      show_toc();
    }

  }
    
  function print_preview() {
   // Switch the stylesheet
    setActiveStyleSheet("Preview Document");
    add_print_message(); 
  }

  function add_print_message(){
     if (document.getElementById){
        var print_message = document.createElement('ul');
	    print_message.id = 'print-message'; 
            print_message.className = "printmessage";  
        
         var cancel_print_link = document.createElement('li');
         cancel_print_link.className = "cancelprint"
         cancel_print_link.onclick = function(){ cancel_print(); return false;}; 
         cancel_print_link.appendChild(document.createTextNode('Return to the original page'));
          print_message.appendChild(cancel_print_link);  

          
           var print_link = document.createElement('li');
           print_link.onclick = function(){ window.print(); return false;};
           print_link.appendChild(document.createTextNode('Print this page'));
           print_message.appendChild(print_link); 

    if (has_toc()){  
	  var toc_link = document.createElement('li');
          toc_link.id = "toc_link";
          toc_link.onclick = function(){ switch_toc(); return false;};
          toc_link.appendChild(document.createTextNode('Hide the table of contents'));                 
          print_message.appendChild(toc_link);   
         }

         //insert the print message node
         var div_nodes = document.getElementsByTagName("div");    
         for (var i=0;i < div_nodes.length ; i++ ){
            var div_node = div_nodes[i];
             if (div_node.className =="document"){         
                 var parent = div_node.parentNode;
                 parent.insertBefore(print_message,div_node);
           }
        }
     }

  }
  
 
 function cancel_print() {
	// Destroy the preview message 
   var print_message = document.getElementById('print-message');
   var parent = print_message.parentNode;
   parent.removeChild(print_message);
	
    show_toc();
    // Switch back stylesheet
    setActiveStyleSheet("default");
  }

 function setActiveStyleSheet(title) {
    var i, a, main;
    for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
      if(a.getAttribute("rel").indexOf("style") != -1
         && a.getAttribute("title")) {
        a.disabled = true;
        if(a.getAttribute("title") == title) a.disabled = false;
    }
    }
  }



</script>



   <link rel="stylesheet" href="/images/style.css" type="text/css" 
    charset="UTF-8"   > 
  <link rel="alternate stylesheet" href="/images/preview-document.css" 
    type="text/css" 
    title="Preview Document" charset="UTF-8" media="screen"  >
   <link rel="stylesheet" href="/images/print-document.css" type="text/css"
    charset="UTF-8" media="print"  > 

<style type="text/css">
body.bgimage { background-image: url("/images/chalk.gif"); }
div.navbar { background-image: url("/images/bg_green.png"); }
div.divbar { background-image: url("/images/bg_green.png"); }
a.navlink { background-image: url("/images/bg_off.png"); }
a.navlink_sel { background-image: url("/images/bg_green.png"); }
a.navlink:hover { background-image: url("/images/bg_on.png"); }
p.bannertitle {background-image: url("/images/banner_bg.png"); }
p.collectiontitle {background-image: url("/images/banner_bg.png"); }
</style>




</head>

<body class="bgimage">

<div id="page">

<!-- page banner (_style:pagebanner_) -->
<div id="banner">
<div class="pageinfo"> 
<p class="bannerlinks"><a class="navlink" href="/cgi-bin/library?a=p&amp;p=home&amp;l=en&amp;w=utf-8" title="Home page">HOME</a> <a class="navlink" href="/cgi-bin/library?e=d-00000-00---off-0pyrenees--00---0-10-0---0---0prompt-10---4-------0-1l--10-en-50---20-home---0--1-00-0-0-01-1-0utfZz-8-00&amp;a=p&amp;p=help" title="Help page">HELP</a> <a class="navlink" href="/cgi-bin/library?e=d-00000-00---off-0pyrenees--00---0-10-0---0---0prompt-10---4-------0-1l--10-en-50---20-home---0--1-00-0-0-01-1-0utfZz-8-00&amp;a=p&amp;p=preferences" title="Preferences page">PREFERENCES</a></p>

</div>
<div class="collectimage"></div>
</div>
<div class="bannerextra"></div>
<!-- end of page banner -->


Error: Attempt to get document without setting collection

</div> <!-- document:footer -->

<div class="navarrowsbottom">
<center>
<table width=537 cellpadding=0 cellspacing=0 border=0>
<tr><td align=left valign=top>

</td><td align=right valign=top>

</td></tr></table>
</center>

</div>
	
</div> <!-- id=page -->

</body>
</html>


