urlmiddle=location.href;



host = 'http://www.expp-summit.com/'

document.write('<tr>')
document.write('<td class="mainNav"><img src="images/shim.gif" width="5" height="20"></td>')

if (urlmiddle.indexOf('index.htm') != -1)
{ document.write('<td class="mainNav"><a href="' + host + 'index.htm"><font color="#F78970">Home</font></a></td>') }
else
{ document.write('<td class="mainNav"><a href="' + host + 'index.htm">Home</a></td>') }
document.write('<td class="mainNav"><img src="images/shim.gif" width="10" height="1">|<img src="images/shim.gif" width="10" height="1"></td>')

if (urlmiddle.indexOf('kontakt.htm') != -1)
{ document.write('<td class="mainNav"><a href="' + host + 'kontakt.htm"><font color="#F78970">Contact Us</font></a></td>') }
else
{ document.write('<td class="mainNav"><a href="' + host + 'kontakt.htm">Contact Us</a></td>') }
document.write('<td class="mainNav"><img src="images/shim.gif" width="10" height="1">|<img src="images/shim.gif" width="10" height="1"></td>')

if (urlmiddle.indexOf('ueberuns.htm') != -1)
{ document.write('<td class="mainNav"><a href="' + host + 'aboutus.htm"><font color="#F78970">About Us</font></a></td>') }
else
{ document.write('<td class="mainNav"><a href="' + host + 'aboutus.htm">About Us</a></td>') }
document.write('<td class="mainNav"><img src="images/shim.gif" width="10" height="1">|<img src="images/shim.gif" width="10" height="1"></td>')

if (urlmiddle.indexOf('impressum.htm') != -1)
{ document.write('<td class="mainNav"><a href="' + host + 'impressum.htm"><font color="#F78970">Impressum</font></a></td>') }
else
{ document.write('<td class="mainNav"><a href="' + host + 'impressum.htm">Impressum</a></td>') }
document.write('<td class="mainNav"><img src="images/shim.gif" width="10" height="1"><img src="images/shim.gif" width="10" height="1"></td>')






document.write('</tr>')


