//variables
var BORDERS1 = [1, 1, 1, 1];
//menu items
var MENU_ITEMS = [
  {pos:"relative", size:[25, 169], itemoff:[0, 168], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:BORDERS1, shadow:0, color:{border:"#660033", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"Página inicial", url:"index.htm"},
    {code:"Violencia en la pareja", 
      sub:[
      {size:[25, 169], itemoff:[26, 0], leveloff:[27, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:BORDERS1, shadow:0, color:{border:"Black", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Erin Pizzey: artículos", 
          sub:[
          {size:[25, 30], itemoff:[0, 32], leveloff:[0, 170], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
            {code:"01", url:"pizzey_mujeresmaltratadas.htm"},
            {code:"02", url:"pizzey_laviolencia.htm"},
            {code:"03", url:"pizzey_por_que_detesto_el_feminismo.htm"},
            {code:"04", url:"pizzey_la_destruccion.htm"},
            {code:"05", url:"pizzey_odiar_a_los_hombres.htm"},
            {code:"06", url:"pizzey_escaparse_del_homicidio.htm"}
          ]},
        {code:"Erin Pizzey: Prone to violence", 
          sub:[
          {size:[25, 30], itemoff:[0, 32], leveloff:[0, 170], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
            {code:"00", url:"pizzey_ptv00.htm", 
              sub:[
              {size:[25, 30], itemoff:[30, 0], leveloff:[26, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
                {code:"PDF", url:"pizzey_ptv00.pdf", target:"'blank'"}
              ]},
            {code:"01", url:"pizzey_ptv01.htm"},
            {code:"02", url:"pizzey_ptv02.htm"},
            {code:"03", url:"pizzey_ptv03.htm"},
            {code:"04", url:"pizzey_ptv04.htm"},
            {code:"05", url:"pizzey_ptv05.htm"}
          ]}
      ]},
    {code:"Maltrato infantil", 
      sub:[
      {size:[25, 169], itemoff:[26, 0], leveloff:[27, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Definiciones y datos", url:"maltrato_menores.htm"},
        {code:"Stephen Baskerville", url:"baskerville_abuso_infantil.htm"}
      ]},
    {code:"Enlaces de interés", url:"enlaces.htm"},
    {code:"Contactar", url:"contactar.htm"}
];


