/**********************************************************************************************
                               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="0"><span>Libros infantiles</span>\
    <ul style="">\
      <li><a href="#" onClick="return procesa(\'18113\');" onMouseOver="window.status=\'\';return true;">Primeras Nociones</a></li>\
      <li><a href="#" onClick="return procesa(\'18114\');" onMouseOver="window.status=\'\';return true;">La Historia de Alex</a></li>\
      <li><a href="#" onClick="return procesa(\'18115\');" onMouseOver="window.status=\'\';return true;">Mondo Mino</a></li>\
      <li><a href="#" onClick="return procesa(\'18121\');" onMouseOver="window.status=\'\';return true;">Juguemos a...</a></li>\
    </ul>\
  </li>\
\
  <li expanded="0"><span>Libros infantiles en catalán</span>\
    <ul style="">\
      <li><a href="#" onClick="return procesa(\'18117\');" onMouseOver="window.status=\'\';return true;">Primeres Nocions</a></li>\
      <li><a href="#" onClick="return procesa(\'18118\');" onMouseOver="window.status=\'\';return true;">Les històries de l´Àlex</a></li>\
      <li><a href="#" onClick="return procesa(\'18119\');" onMouseOver="window.status=\'\';return true;">Mondo Mino</a></li>\
      <li><a href="#" onClick="return procesa(\'18122\');" onMouseOver="window.status=\'\';return true;">Juguem a...</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 = 3       //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 = "/imagenes/menu/mas.jpg"   //specifies a custom plus image.
  this.minus_image = "/imagenes/menu/menos.jpg"   //specifies a custom minus image.
  this.pm_width_height = "7,7"      //Width & Height  - Note: Both images must be the same dimensions.

/*  this.document_image = "/imagenes/trans.gif" //Automatically applies to all items which are not expandable.
  this.icon_width_height = "1,1"    //Width & Height  - Note: Both images must be the same dimensions.*/

/*---------------------------------------------
General Settings
---------------------------------------------*/
  this.indent = 3;     //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-left:10px;padding-top:5px;padding-bottom:2px;text-decoration:none;font-weight:bold;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#FFFFFF;"
  this.main_container_styles = "padding-top:0px; padding-bottom:5px;"
  this.main_link_styles = "color:#FFFFFF; text-decoration:none; padding:2;"
  this.main_link_hover_styles = "padding:2;  color:#FFFFFF; opacity: .7; filter: alpha(opacity=70); -moz-opacity: .7;"
  this.main_expander_hover_styles = "color:#FFFFFF;"

  this.sub_item_styles = "padding-top:2px;padding-bottom:0px;text-decoration:none;font-weight:normal;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#FFFFFF;"
  this.sub_container_styles = "padding-top:5px; padding-bottom:5px;"
  this.sub_link_styles = "color:#FFFFFF; font-size:11px;"
  this.sub_link_hover_styles = "color:#FFFFFF; background-color:#1A569F; opacity: .5; filter: alpha(opacity=50); -moz-opacity: .5;"
  this.sub_expander_hover_styles = "background-color:#FFFFFF;  color:#1A569F; opacity: .5; -moz-opacity: .5;"
}
