/**********************************************************************************************
                               Tree Items and Content
**********************************************************************************************/
/*
        Note:  Each <li... tag below creates a new tree item, you may add as many as you wish.  Terminate each line with
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the scroll will fail to
               load if there are extra spaces present.
*/

document.write('\
<ul id="tmenu0" style="display:none">\
  <li expanded="1"><span>Educación</span>\
    <ul style="background-image:url(/img/menu_2/bg_n2.gif);">\
	<li><span><a href="http://ww2.algaida.es/balgaida/principal.html" target="principal">Catálogo educativo</a></span></li>\
	<li><span><a href="/cgi-bin/cat_educativos.pl" target="principal">Descarga de catálogos</a></span></li>\
	<li><span><a href="http://ww2.algaida.es/balgaida/principal_rc.html" target="principal">Propuestas didácticas, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;recursos didácticos <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;y programaciones</a></span></li>\
    </ul>\
  </li>\
  <li expanded="0"><span>Narrativa Infantil y Juvenil</span>\
    <ul style="background-image:url(/img/menu_2/bg_n2.gif);">\
      <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=1980&nivel=2&id_sello_editorial_web=29&origen=infantil" target="principal">Cuentos de la media lunita</a></span></li>\
      <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2000&nivel=2&id_sello_editorial_web=29&origen=infantil" target="principal"><span>Ilargi erditxoaren ipuinak</a></span></li>\
      <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2015&nivel=2&id_sello_editorial_web=29&origen=infantil" target="principal"><span>Contos da media luniña</a></span></li>\
      <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2025&nivel=2&id_sello_editorial_web=29&origen=infantil" target="principal"><span>Contes de la lluna la bruna</a></span></li>\
      <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2040&nivel=2&id_sello_editorial_web=29&origen=infantil" target="principal"><span>Contes de la mitja lluna</a></span></li>\
      <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2070&nivel=3&id_sello_editorial_web=29&origen=infantil" target="principal"><span>Colección cuentos clásicos</a></span></li>\
      <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2085&nivel=3&id_sello_editorial_web=29&origen=infantil" target="principal"><span>Colección contes clássics</a></span></li>\
      <li expanded="1"><span>El Grillo</span>\
    	<ul>\
          <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2055&nivel=3&id_sello_editorial_web=29&origen=infantil" target="principal">El Grillo Amarillo</a></li>\
          <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2065&nivel=3&id_sello_editorial_web=29&origen=infantil" target="principal">El Grillo Rojo</a></li>\
          <li><a href="/html/puente.html?/cgigeneral/coleccion.pl?id_clase=2060&nivel=3&id_sello_editorial_web=29&origen=infantil" target="principal">El Grillo Azul</a></li>\
        </ul>\
      </li>\
    </ul>\
  </li>\
 <li><a href="http://literaria.algaida.es" target="_new">Ir a Algaida Novela</a>\
    <ul style="background-image:url(/img/menu/bg_n3.gif);">\
      <li><a href="http://literaria.algaida.es" target="_new"><span style="text-decoration:none;font-weight:bold">ALGAIDA NOVELA</span></a></li>\
    </ul>\
</li>\
 <li><a href="http://blog.algaida.es/wp1/" target="_new">Ir al Blog</a>\
    <ul style="background-image:url(/img/menu/bg_n3.gif);">\
      <li><a href="http://blog.algaida.es/wp1/" target="_new"><span style="text-decoration:none;font-weight:bold">Blog</span></a></li>\
    </ul>\
</li>\
 <li><a href="http://www.algaidadigital.es" target="_new">Ir a Algaida Digital</a>\
    <ul style="background-image:url(/img/menu/bg_n3.gif);">\
      <li><a href="http://www.algaidadigital.es" target="_new"><span style="text-decoration:none;font-weight:bold">Algaida Digital</span></a></li>\
    </ul>\
</li>\
 <li><a href="http://www.algaida.es/educacioninfantil/" target="_new">Ir a Algaida Infantil</a>\
    <ul style="background-image:url(/img/menu/bg_n3.gif);">\
      <li><a href="http://www.algaida.es/educacioninfantil/" target="_new"><span style="text-decoration:none;font-weight:bold">Algaida Infantil</span></a></li>\
    </ul>\
</li>\
</ul>\
');
/**********************************************************************************************
                               Customizable Options and Styles
**********************************************************************************************/
node7 = true
function tmenudata0()
{
/*---------------------------------------------
Animation Settings
---------------------------------------------*/
  this.animation_jump = 10    //Measured in Milliseconds (1/1000s)
  this.animation_delay = 5    //Measured in pixels

/*---------------------------------------------
Image Settinngs (icons and plus minus symbols)
---------------------------------------------*/
  this.imgage_gap = 4       //The image gap is applied to the left and right of the folder and document icons.
              //In the absence of a folder or document icon the gap is applied between the
              //plus / minus symbols and the text only.

  this.plus_image = "/img/menu_2/b_ir.gif"   //specifies a custom plus image.
  this.minus_image = "/img/menu_2/b_ir_b.gif"   //specifies a custom minus image.
  this.pm_width_height = "16,16"      //Width & Height  - Note: Both images must be the same dimensions.

  this.document_image = "/img/menu_2/sample7_sub_icon.gif" //Automatically applies to all items which are not expandable.
  this.icon_width_height = "7,7"    //Width & Height  - Note: Both images must be the same dimensions.

/*---------------------------------------------
General Settings
---------------------------------------------*/
  this.indent = 4;     //The indent distance in pixels for each level of the tree.
  this.use_hand_cursor = true;    //Use a hand mouse cursor for expandable items, or the default arrow.

/*---------------------------------------------
Tree Menu Styles
---------------------------------------------*/
  this.main_item_styles = "padding-top:12px;text-decoration:none;font-weight:bold;font-family:Helvetica, sans-serif;font-size:12px;color:#AB2A42;vertical-align:top; background-image:url(/img/menu_2/bg_ppal.gif);"
  this.main_container_styles = "padding-top:12px; padding-bottom:5px;"
  this.main_link_styles = "color:#AB2A42; text-decoration:none; padding:2;"
  this.main_link_hover_styles = "padding:2;  color:#000000; opacity: .7; filter: alpha(opacity=70); -moz-opacity: .7;"
  this.main_expander_hover_styles = "color:#000000;"

  this.sub_item_styles = "padding-top:2px;padding-bottom:0px;text-decoration:none;font-weight:bold;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#7d7768;background-image:url(/img/transparente.gif);"
  this.sub_container_styles = "padding-top:5px; padding-bottom:5px;"
  this.sub_link_styles = "color:#7d7768; font-size:11px;"
  this.sub_link_hover_styles = "color:#ffffff; opacity: .5; filter: alpha(opacity=50); -moz-opacity: .5;"
  this.sub_expander_hover_styles = "color:#ffffff; opacity: .5; -moz-opacity: .5;"
}
