<!--
ajrlive			= new String();
caldhlive		= new String();
dejurelive		= new String();
riosmonttlive	= new String();
garcialive		= new String();
helplive		= new String();
ajrdead			= new String();
caldhdead		= new String();
dejuredead		= new String();
riosmonttdead	= new String();
garciadead		= new String();
helpdead		= new String();
writemenu		= new String();

ajrlive='<A HREF="ajr.html" OnMouseOver=highlight("img2"); self.status="Sobre AJR"; return true onMouseOut=unhighlight("img2")><IMG SRC="../images/menues_01.gif" NAME="img2" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Sobre AJR"></A>';
caldhlive='<A HREF="caldh.html" OnMouseOver=highlight("img3"); self.status="Sobre CALDH"; return true onMouseOut=unhighlight("img3")><IMG SRC="../images/menues_02.gif" NAME="img3" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Sobre CADLH"></A>';
dejurelive='<A HREF="caldh.html#DEJURE" OnMouseOver=highlight("img4"); self.status="Sobre DEJURE"; return true onMouseOut=unhighlight("img4")><IMG SRC="../images/menues_03.gif" NAME="img4" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Sobre DEJURE"></A>';
riosmonttlive='<A HREF="riosmontt.html" OnMouseOver=highlight("img5"); self.status="Caso legal contra Ríos Montt"; return true onMouseOut=unhighlight("img5")><IMG SRC="../images/menues_04.gif" NAME="img5" WIDTH=200 HEIGHT=28 BORDER=0 ALT="Caso legal contra Ríos Montt"></A>';
garcialive='<A HREF="garcia.html" OnMouseOver=highlight("img6"); self.status="Caso legal contra Lucas García"; return true onMouseOut=unhighlight("img6")><IMG SRC="../images/menues_05.gif" NAME="img6" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Caso legal contra Lucas García"></A>';
helplive='<A HREF="help.html" OnMouseOver=highlight("img7"); self.status="¿Te gustaría ayudar?"; return true onMouseOut=unhighlight("img7")><IMG SRC="../images/menues_06.gif" NAME="img7" WIDTH=200 HEIGHT=17 BORDER=0 ALT="¿Te gustaría ayudar?"></A>';
newslive='<A HREF="news.html" OnMouseOver=highlight("img10"); self.status="Últimas Noticias"; return true onMouseOut=unhighlight("img10")><IMG SRC="../images/menues_07.gif" NAME="img10" WIDTH=200 HEIGHT=19 BORDER=0 ALT="Últimas Noticias"></A>';

ajrdead='<IMG SRC="../images/menues_on_01.gif" NAME="img2" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Sobre AJR">';
caldhdead='<IMG SRC="../images/menues_on_02.gif" NAME="img3" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Sobre CADLH">';
dejuredead='<IMG SRC="../images/menues_on_03.gif" NAME="img4" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Sobre DEJURE">';
riosmonttdead='<IMG SRC="../images/menues_on_04.gif" NAME="img5" WIDTH=200 HEIGHT=28 BORDER=0 ALT="Caso legal contra Rios Montt">';
garciadead='<IMG SRC="../images/menues_on_05.gif" NAME="img6" WIDTH=200 HEIGHT=29 BORDER=0 ALT="Caso legal contra Lucas Garcia">';
helpdead='<IMG SRC="../images/menues_on_06.gif" NAME="img7" WIDTH=200 HEIGHT=17 BORDER=0 ALT="¿Te gustaría ayudar?">';

   switch ( document.title ) {
      case "AJR":  
		writeMenu = ajrdead+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garcialive+ "<BR>" +helplive+ "<BR>" +newslive;
         break;

      case "CALDH y DEJURE":
		writeMenu = ajrlive+ "<BR>" +caldhdead+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garcialive+ "<BR>" +helplive+ "<BR>" +newslive;
         break;

      case "Rios Montt":
		writeMenu = ajrlive+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttdead+ "<BR>" +garcialive+ "<BR>" +helplive+ "<BR>" +newslive;
         break; 
		 
      case "Lucas Garcia":
		writeMenu = ajrlive+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garciadead+ "<BR>" +helplive+ "<BR>" +newslive;
         break;

      case "Como Ayudar":
		writeMenu = ajrlive+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garcialive+ "<BR>" +helpdead+ "<BR>" +newslive;
         break; 

      case "Justicia por Genocidio":
		writeMenu = ajrlive+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garcialive+ "<BR>" +helplive+ "<BR>" +newslive;
         break; 
   }
   		document.write(writeMenu);

//-->
