<!--
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="About AJR"; return true onMouseOut=unhighlight("img2")><IMG SRC="images/menu_01.gif" NAME="img2" WIDTH=200 HEIGHT=31 BORDER=0 ALT="About AJR"></A>';
caldhlive='<A HREF="caldh.html" OnMouseOver=highlight("img3"); self.status="About CALDH"; return true onMouseOut=unhighlight("img3")><IMG SRC="images/menu_02.gif" NAME="img3" WIDTH=200 HEIGHT=29 BORDER=0 ALT="About CADLH"></A>';
dejurelive='<A HREF="caldh.html#DEJURE" OnMouseOver=highlight("img4"); self.status="About DEJURE"; return true onMouseOut=unhighlight("img4")><IMG SRC="images/menu_03.gif" NAME="img4" WIDTH=200 HEIGHT=27 BORDER=0 ALT="About DEJURE"></A>';
riosmonttlive='<A HREF="riosmontt.html" OnMouseOver=highlight("img5"); self.status="Legal case against Rios Montt"; return true onMouseOut=unhighlight("img5")><IMG SRC="images/menu_04.gif" NAME="img5" WIDTH=200 HEIGHT=40 BORDER=0 ALT="Legal case against Rios Montt"></A>';
garcialive='<A HREF="garcia.html" OnMouseOver=highlight("img6"); self.status="Legal case against Lucas Garcia"; return true onMouseOut=unhighlight("img6")><IMG SRC="images/menu_05.gif" NAME="img6" WIDTH=200 HEIGHT=42 BORDER=0 ALT="Legal case against Lucas Garcia"></A>';
helplive='<A HREF="help.html" OnMouseOver=highlight("img7"); self.status="Would you like to help?"; return true onMouseOut=unhighlight("img7")><IMG SRC="images/menu_06.gif" NAME="img7" WIDTH=200 HEIGHT=17 BORDER=0 ALT="Would you like to help?"></A>';
newslive='<A HREF="news.html" OnMouseOver=highlight("img10"); self.status="Latest News"; return true onMouseOut=unhighlight("img10")><IMG SRC="images/menu_07.gif" NAME="img10" WIDTH=200 HEIGHT=19 BORDER=0 ALT="Latest News"></A>';

ajrdead='<IMG SRC="images/menu_on_01.gif" NAME="img2" WIDTH=200 HEIGHT=31 BORDER=0 ALT="About AJR">';
caldhdead='<IMG SRC="images/menu_on_02.gif" NAME="img3" WIDTH=200 HEIGHT=29 BORDER=0 ALT="About CADLH">';
dejuredead='<IMG SRC="images/menu_on_03.gif" NAME="img4" WIDTH=200 HEIGHT=27 BORDER=0 ALT="About DEJURE">';
riosmonttdead='<IMG SRC="images/menu_on_04.gif" NAME="img5" WIDTH=200 HEIGHT=40 BORDER=0 ALT="Legal case against Rios Montt">';
garciadead='<IMG SRC="images/menu_on_05.gif" NAME="img6" WIDTH=200 HEIGHT=42 BORDER=0 ALT="Legal case against Lucas Garcia">';
helpdead='<IMG SRC="images/menu_on_06.gif" NAME="img7" WIDTH=200 HEIGHT=17 BORDER=0 ALT="Would you like to help?">';

   switch ( document.title ) {
      case "AJR":  
		writeMenu = ajrdead+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garcialive+ "<BR>" +helplive+ "<BR>" +newslive;
         break;

      case "CALDH and 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 "How to help":
		writeMenu = ajrlive+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garcialive+ "<BR>" +helpdead+ "<BR>" +newslive;
         break; 

      case "Justice for Genocide":
		writeMenu = ajrlive+ "<BR>" +caldhlive+ "<BR>" +dejurelive+ "<BR>" +riosmonttlive+ "<BR>" +garcialive+ "<BR>" +helplive+ "<BR>" +newslive;
         break; 
   }
   		document.write(writeMenu);

//-->