<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "no"		//  SHOW THIRD SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="hunting_ranch_de.htm" class="menu">die Jagdfarm</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Ovisume_hunting_Lodge_de.htm" class="menu">die Lodge</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="namibia_de.htm" class="menu">über Namibia</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="trophy_hunting_de.htm" class="menu">Trophäenjagd</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tiere.htm" class="menu">Wildarten</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="rates_de.htm" class="menu">Preisliste 2012</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="travelinfo_de.htm" class="menu">Wissenswertes</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="downloads_de.htm" class="menu">Downloads</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="guests_de.htm" class="menu">Gastrückgespräch</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery2_de.htm" class="menu">Foto Gallerie</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links_de.htm" class="menu">Links</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact_de.htm" class="menu">Kontakt</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="home.htm" class="menu">Startseite</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.facebook.com/#!/pages/Ovisume/171507562908712?sk=wall"  class="menu" target="_blank">Facebook</a>');



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES

   if (showimage2 == "yes") {
document.write('<img src="picts/Jagd-und-Hund-2012-Deutsch.jpg" width="120" height="378" border="0"></a><br><br>');
}

   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/logo.gif" width="135" height="194" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
