<!--

function reservierung() {
   go1 = open('http://www.gondwana-desert-collection.com/de/reservierung.htm','reservierung');
   if (go1.focus) { go1.focus() };
   }
      
function route() {
   go1 = open('http://www.gondwana-desert-collection.com/de/route.htm','route');
   if (go1.focus) { go1.focus() };
   }  
   
function philosophie() {
   go1 = open('http://www.gondwana-desert-collection.com/de/philosophie.htm','philosophie');
   if (go1.focus) { go1.focus() };
   } 
   
function ausbildung() {
   go1 = open('http://www.gondwana-desert-collection.com/de/ausbildung.htm','ausbildung');
   if (go1.focus) { go1.focus() };
   }  
      
function media() {
   go1 = open('http://www.gondwana-desert-collection.com/de/pressemitteilungen.htm','media');
   if (go1.focus) { go1.focus() };
   } 

function bilder() {
   go1 = open('../pictures/images_de.htm','bilder','width=642,height=458,toolbar=no,resizable=no,menubar=no,status=no,directories=no,location=no');
   if (go1.focus) { go1.focus() };
   }
   
function newsletter() {
   go1 = open('newsletter/newsletter.htm','newsletter','width=400,height=370,toolbar=no,resizable=no,menubar=no,status=no,directories=no,location=no');
   if (go1.focus) { go1.focus() };
   }

if (document.images)

				var gdc_noff = new Image()
                gdc_noff.src = "../images/gdc_n.gif"
                var gdc_non = new Image()
                gdc_non.src = "../images/gdc_h.gif"
							
				var canyon_noff = new Image()
                canyon_noff.src = "../images/canyon_n.gif"
                var canyon_non = new Image()
                canyon_non.src = "../images/canyon_h.gif"

			    var kalahari_noff = new Image()
                kalahari_noff.src = "../images/kalahari_n.gif"
                var kalahari_non = new Image()
                kalahari_non.src = "../images/kalahari_h.gif"
				
				var namib_noff = new Image()
                namib_noff.src = "../images/namib_n.gif"
                var namib_non = new Image()
                namib_non.src = "../images/namib_h.gif"
				
				var up_noff = new Image()
                up_noff.src = "../images/up_n.gif"
                var up_non = new Image()
                up_non.src = "../images/up_h.gif"
				
				var az_noff = new Image()
                az_noff.src = "../images/az_n.gif"
                var az_non = new Image()
                az_non.src = "../images/az_h.gif"
							
				var ib_noff = new Image()
                ib_noff.src = "../images/ib_n.gif"
                var ib_non = new Image()
                ib_non.src = "../images/ib_h.gif"
				
				var pm_noff = new Image()
                pm_noff.src = "../images/pm_n.gif"
                var pm_non = new Image()
                pm_non.src = "../images/pm_h.gif"
				
				var k_noff = new Image()
                k_noff.src = "../images/k_n.gif"
                var k_non = new Image()
                k_non.src = "../images/k_h.gif"
				
				var dh_noff = new Image()
                dh_noff.src = "../images/dh_n.gif"
                var dh_non = new Image()
                dh_non.src = "../images/dh_h.gif"
				
				var en_noff = new Image()
                en_noff.src = "../images/en_n.gif"
                var en_non = new Image()
                en_non.src = "../images/en_h.gif"
				
				if (document.images) {
				var newsletter_noff = new Image()
                newsletter_noff.src = "../images/newsletter_n.gif"
                var newsletter_non = new Image()
                newsletter_non.src = "../images/newsletter_h.gif"
				
                           
              }

              function act(imgName) {
                if (document.images) 
                  document[imgName].src = eval(imgName + 'on.src')
              }

              function inact(imgName) {
                if (document.images)
                  document[imgName].src = eval(imgName + 'off.src')
              }
// -->