/*
IGOL javascript: Antonio Martucci, FAO-SDRN, antonio.martucci@fao.org
27/07/2005
*/
    function loadLeftNav() { //called by any page with left nav buttons and menus
      var btnsPath = "img/";
      btn01on = new Image();
      btn01on.src = btnsPath+"igos-btn_01on.gif";
      btn02on = new Image();
      btn02on.src = btnsPath+"igos-btn_02on.gif";
      btn03on = new Image();
      btn03on.src = btnsPath+"igos-btn_03on.gif";
      btn04on = new Image();
      btn04on.src = btnsPath+"igos-btn_04on.gif";
      btn05on = new Image();
      btn05on.src = btnsPath+"igos-btn_05on.gif";
      btn06on = new Image();
      btn06on.src = btnsPath+"igos-btn_06on.gif";
      btn07on = new Image();
      btn07on.src = btnsPath+"igos-btn_07on.gif";
      btn08on = new Image();
      btn08on.src = btnsPath+"igos-btn_08on.gif";
      btn09on = new Image();
      btn09on.src = btnsPath+"igos-btn_09on.gif";
      btn10on = new Image();
      btn10on.src = btnsPath+"igos-btn_10on.gif";
      btn11on = new Image();
      btn11on.src = btnsPath+"igos-btn_11on.gif";
      btn12on = new Image();
      btn12on.src = btnsPath+"igos-btn_12on.gif";
/*       btn13on = new Image();
      btn13on.src = btnsPath+"igos-btn_13on.gif";
*/       
      btn01off = new Image();
      btn01off.src = btnsPath+"igos-btn_01off.gif";
      btn02off = new Image();
      btn02off.src = btnsPath+"igos-btn_02off.gif";
      btn03off = new Image();
      btn03off.src = btnsPath+"igos-btn_03off.gif";
      btn04off = new Image();
      btn04off.src = btnsPath+"igos-btn_04off.gif";
      btn05off = new Image();
      btn05off.src = btnsPath+"igos-btn_05off.gif";
      btn06off = new Image();
      btn06off.src = btnsPath+"igos-btn_06off.gif";
      btn07off = new Image();
      btn07off.src = btnsPath+"igos-btn_07off.gif";
      btn08off = new Image();
      btn08off.src = btnsPath+"igos-btn_08off.gif";
      btn09off = new Image();
      btn09off.src = btnsPath+"igos-btn_09off.gif";
      btn10off = new Image();
      btn10off.src = btnsPath+"igos-btn_10off.gif";
      btn11off = new Image();
      btn11off.src = btnsPath+"igos-btn_11off.gif";
      btn12off = new Image();
      btn12off.src = btnsPath+"igos-btn_12off.gif";
/*      btn13off = new Image();
      btn13off.src = btnsPath+"igos-btn_13off.jpg";
*/
    }
