var style = {
                "css"        :"test1",
                "align":"left",
                "bgcolor":"#FFFF00",
                "size"        :[130,25],
                "shadow":{"color":"#AAAAAA","width":5},
                "border":{"color":"black", "width":1},
                "imgspace":5,
                "imgendon": { "src":"img/arr_down2.gif", "width":16, "height":16 },
                "imgendoff":{ "src":"img/arr_right2.gif", "width":16, "height":16 },
                "direction":"v"
};

var style2 = {
                "css"        :"test1",
                "align":"left",
                "bgcolor":"#FFFF00",
                "size"        :[220,25],
                "shadow":{"color":"#AAAAAA","width":5},
                "border":{"color":"black", "width":1},
                "imgspace":5,
                "imgendon": { "src":"img/arr_down2.gif", "width":16, "height":16 },
                "imgendoff":{ "src":"img/arr_right2.gif", "width":16, "height":16 },
                "direction":"v"
};

var Popup1 = {
        "type":"popup",
        "style":style,
        "itemover": { "bgcolor":"#0059B3" },
          "position": { "anchor_side":"nw", "pos":[50,1] },
          "items"        : [
                  {"text": "Opcion 1",
                          "menu" : {
                                  "items": [
                                          {"text": "Plantaciones", "action": {"url":"pp_buscar.php"}},
                                          {"text": "Clientes", "action": {"url":"pc_buscar.php"}}
                                  ]
                          }
                  },
                  {"text": "Opcion2", "action": {"url":"pb_buscar.php?Text100=1"}}
          ]
};

var Popup2 = {
        "type":"popup",
        "style":style2,
        "itemover": { "bgcolor":"#0059B3" },
          "position" : { "anchor_side":"nw", "pos":[150,1]},
         "items"        : [
                  {"text": "Organigrama", "action": {"url":"organigrama.pdf","target" : "_blank"}},
                  {"text": "Asamblea Nacional", "action": {"url":"directivas.php?op=1", "title":""}},
                  {"text": "Consejo Plenario Nacional", "action": {"url":"directivas.php?op=2", "title":""}},
                  {"text": "Directiva Nacional", "action": {"url":"directiva.pdf","target" : "_blank"}},
                  {"text": "Organizaciones Provinciales", "action": {"url":"presiprov.pdf","target" : "_blank"}}
          ]
};

var Popup3 = {
        "type":"popup",
        "style":style,
        "itemover": { "bgcolor":"#0059B3" },
          "position": { "anchor_side":"nw", "pos":[250,1] },
          "items"        : [
                  {"text": "Fact vs Clases Tomadas", "action": {"url":"li_facvsclases.php"}}
          ]
};

var Popup4 = {
        "type":"popup",
        "style":style,
        "itemover": { "bgcolor":"#0059B3" },
          "position": { "anchor_side":"nw", "pos":[350,1] },
          "items"        : [
                  {"text": "Afilición", "action": {"url":".php"}}
          ]
};

var Popup5 = {
        "type":"popup",
        "style":style,
        "itemover": { "bgcolor":"#0059B3" },
          "position": { "anchor_side":"nw", "pos":[450,1] },
          "items"        : [
                  {"text": "ABC", "action": {"url":"abc.pdf","target" : "_blank"}},
                  {"text": "Estatuto", "action": {"url":"estatuto.pdf","target" : "_blank"}},
                  {"text": "Historia", "action": {"url":"historia.pdf","target" : "_blank"}},
                  {"text": "Ideario", "action": {"url":"ideario.pdf","target" : "_blank"}}
          ]
};

var Popup6 = {
        "type":"popup",
        "style":style,
        "itemover": { "bgcolor":"#0059B3" },
          "position": { "anchor_side":"nw", "pos":[550,1] },
          "items"        : [
                  {"text": "Actividades", "action": {"url":"actividades.php"}},
                  {"text": "Proyectos", "action": {"url":"proyectos.php"}},
                  {"text": "Sugerencias", "action": {"url":"mailto:sugerencias@partidosocialcristiano.org"}}
          ]
};
