function goTo (where) {
   var piet = "http://www.christshope.org/index.php?page_id=" + document.getElementById ("country").value;
   window.location.href = piet;
}

   function clearAll() {
      document.getElementById ( "Kenya" ) .style.visibility = "hidden";
      document.getElementById ( "Namibia" ) .style.visibility = "hidden";
      document.getElementById ( "Zambia" ) .style.visibility = "hidden";
      document.getElementById ( "Zimbabwe" ) .style.visibility = "hidden";
      document.getElementById ( "Tanzania" ) .style.visibility = "hidden";
      document.getElementById ( "Drcongo" ) .style.visibility = "hidden";
      document.getElementById ( "Netherlands" ) .style.visibility = "hidden";
      document.getElementById ( "Germany" ) .style.visibility = "hidden";
      document.getElementById ( "Belgium" ) .style.visibility = "hidden";
      document.getElementById ( "Uk" ) .style.visibility = "hidden";
      document.getElementById ( "Usa" ) .style.visibility = "hidden";
      document.getElementById ( "Chihq" ) .style.visibility = "hidden";
      document.getElementById ( "Uganda" ) .style.visibility = "hidden";
      document.getElementById ( "Southafrica" ) .style.visibility = "hidden";
      document.getElementById ( "Rwanda" ) .style.visibility = "hidden";
      document.getElementById ( "Canada" ) .style.visibility = "hidden";
      document.getElementById ( "Spain" ) .style.visibility = "hidden";
      document.getElementById ( "Ireland" ) .style.visibility = "hidden";     
   }

function showKenya() {
   clearAll();
   document.getElementById ( "Kenya" ) .style.visibility = "visible";
}

function showNamibia() {
   clearAll();
   document.getElementById ( "Namibia" ) .style.visibility = "visible";
}

function showZambia() {
   clearAll();
   document.getElementById ( "Zambia" ) .style.visibility = "visible";
}

function showZimbabwe() {
   clearAll();
   document.getElementById ( "Zimbabwe" ) .style.visibility = "visible";
}

function showTanzania() {
   clearAll();
   document.getElementById ( "Tanzania" ) .style.visibility = "visible";
}

function showDrcongo() {
   clearAll();
   document.getElementById ( "Drcongo" ) .style.visibility = "visible";
}

function showNetherlands() {
   clearAll();
   document.getElementById ( "Netherlands" ) .style.visibility = "visible";
}

function showGermany() {
   clearAll();
   document.getElementById ( "Germany" ) .style.visibility = "visible";
}

function showBelgium() {
   clearAll();
   document.getElementById ( "Belgium" ) .style.visibility = "visible";
}

function showUk() {
   clearAll();
   document.getElementById ( "Uk" ) .style.visibility = "visible";
}

function showUsa() {
   clearAll();
   document.getElementById ( "Usa" ) .style.visibility = "visible";
}

function showChihq() {
   clearAll();
   document.getElementById ( "Chihq" ) .style.visibility = "visible";
}

function showUganda() {
   clearAll();
   document.getElementById ( "Uganda" ) .style.visibility = "visible";
}

function showSouthafrica() {
   clearAll();
   document.getElementById ( "Southafrica" ) .style.visibility = "visible";
}

function showRwanda() {
   clearAll();
   document.getElementById ( "Rwanda" ) .style.visibility = "visible";
}

function showCanada() {
   clearAll();
   document.getElementById ( "Canada" ) .style.visibility = "visible";
}

function showSpain() {
   clearAll();
   document.getElementById ( "Spain" ) .style.visibility = "visible";
}

function showIreland() {
   clearAll();
   document.getElementById ( "Ireland" ) .style.visibility = "visible";
}

function go() {   clearAll();
   window.location=document.getElementById("menu").value}
var version = false;function browser () {   this.name         = navigator.appName.toLowerCase ();   this.majversion   = parseInt ( navigator.appVersion.toLowerCase () );   this.minversion   =      parseInt ( (             parseFloat (                navigator.appVersion.toLowerCase ()             ) - this.majversion          )         * 10      );   this.agent     = navigator.userAgent.toLowerCase ();   this.dom       = ( document.getElementById );      this.opera     = ( this.agent.indexOf ( 'opera' ) >= 0 );   this.IE        = ( this.agent.indexOf ( 'msie' ) >= 0 && !this.opera );   this.NS        = ( this.agent.indexOf ( 'netscape' ) >= 0 && !this.opera );   this.NS4       = ( this.majversion >= 4 );   this.NS6       = ( this.majversion >= 5 );   this.IE4       = ( this.majversion >= 4 );   this.IE5       = ( this.majversion >= 5 );   this.IE55      = ( this.IE5 && this.minversion >= 5 );   this.IE6       = ( this.majversion >= 6 );}var is = new browser ();var version = ( is.NS4 || is.IE4 || is.opera );var button = [];if ( version ) {   for ( var t = 1; t <= 16; t ++ ) {      button [ t ] = new Image ();   }

   button [ 1 ] .src= "http://www.christshope.org/gfx/layout/introduction-1.gif";
   button [ 2 ] .src= "http://www.christshope.org/gfx/layout/introduction-2.gif";
   button [ 3 ] .src= "http://www.christshope.org/gfx/layout/ministries-1.gif";
   button [ 4 ] .src= "http://www.christshope.org/gfx/layout/ministries-2.gif";
   button [ 5 ] .src= "http://www.christshope.org/gfx/layout/mission-1.gif";
   button [ 6 ] .src= "http://www.christshope.org/gfx/layout/mission-2.gif";
   button [ 7 ] .src= "http://www.christshope.org/gfx/layout/get-involved-1.gif";
   button [ 8 ] .src= "http://www.christshope.org/gfx/layout/get-involved-2.gif";
   button [ 9 ] .src= "http://www.christshope.org/gfx/layout/pray-1.gif";
   button [ 10 ].src= "http://www.christshope.org/gfx/layout/pray-2.gif";
   button [ 11 ].src= "http://www.christshope.org/gfx/layout/contact-1.gif";
   button [ 12 ].src= "http://www.christshope.org/gfx/layout/contact-2.gif";
   button [ 13 ].src= "http://www.christshope.org/gfx/layout/home-1.gif";
   button [ 14 ].src= "http://www.christshope.org/gfx/layout/home-2.gif";
   button [ 15 ].src= "http://www.christshope.org/gfx/layout/sitemap-1.gif";
   button [ 16 ].src= "http://www.christshope.org/gfx/layout/sitemap-2.gif";

}function display ( img, num ) {    if ( version )       document.images [ img ].src = button [ num ].src;}function popUp(fileName, popUpWidth, popUpHeight) {   margeLeft = (screen.width - popUpWidth) / 2;   margeTop = (screen.height - popUpHeight) / 2;      parameterString = "width=" + popUpWidth + ",height=" + popUpHeight + ",left=" + margeLeft + ",top=" + margeTop + ",scrollbars=yes";   popWindow = window.open(fileName, "_blank", parameterString);   popWindow.focus();}
