d = document;

d.write('<center>')
d.write('<table width="90%" cellpadding="3" cellspacing="0" border="0"><tr><td align="right">');
d.write('<img src="images/logo.gif" width="290" height="96"></td>');
d.write('<td><font size="2" face="helvetica, arial">');
d.write('Theresienhöhe 1<br>');
d.write('80339 Munich, Germany<br>');
d.write('Tel: +49-89-54370392<br>');
d.write('E-mail: <a href="mailto:Info@gondwanatours.com">Info@gondwanatours.com</a>');
d.write('</font></td></tr>');
d.write('<tr><td bgcolor="#006664" colspan="2" align="center"><font size="2" face="helvetica, arial"><b>');

//if window location equals asigned gif name
// write our gif without link
// else write out href details and gif

var f = "" + window.location + ""
file = f.substring (f.lastIndexOf('/') + 1);

bar = '<img src="images/bar.gif" width="6" height="14" hspace="3" border="0">'

if (file==""){
d.write('<img src="images/home2.gif" width="37" height="14" border="0">')
}
else{
d.write('<a href="/"><img src="images/home1.gif" width="37" height="14" alt="Return to homepage" border="0"></a>')
}

d.write(bar)

if (file=="current-offers.html"){
d.write('<img src="images/current-offers2.gif" width="107" height="14" border="0">')
}
else{
d.write('<a href="current-offers.html"><img src="images/current-offers1.gif" width="107" height="14" alt="View current offers" border="0"></a>')
}  

d.write(bar)

if (file=="request-travel.html"){
d.write('<img src="images/request-travel2.gif" width="106" height="14" border="0">')
}
else{
d.write('<a href="request-travel.html"><img src="images/request-travel1.gif" width="106" height="14" alt="Application form for travel agents and journalists" border="0"></a>')
}  

d.write(bar)

if (file=="make-offer.html"){
d.write('<img src="images/make-offer2.gif" width="78" height="14" border="0">')
}
else{
d.write('<a href="make-offer.html"><img src="images/make-offer1.gif" width="78" height="14" alt="Application form for hotels and airlines" border="0"></a>')
}  

d.write(bar)

if (file=="newsletter.html"){
d.write('<img src="images/newsletter2.gif" width="80" height="14" border="0">')
}
else{
d.write('<a href="newsletter.html"><img src="images/newsletter1.gif" width="80" height="14" alt="Sign up to receive offers via e-mail" border="0"></a>')
}  

d.write(bar)

if (file=="about-us.html"){
d.write('<img src="images/about-us2.gif" width="62" height="14" border="0">')
}
else{
d.write('<a href="about-us.html"><img src="images/about-us1.gif" width="62" height="14" alt="Company information" border="0"></a>')
}  



/*

  d.write('<img src="images/current-offers1.gif">')
  d.write('<img src="images/request-travel1.gif">')
  d.write('<img src="images/make-offer1.gif">')
  d.write('<img src="images/newsletter1.gif">')
  d.write('<img src="images/about-us1.gif">')
  d.write('')

*/
  d.write("</td></tr></table>")  

  /* start the content table */
  d.write('<table width="90%" cellpadding="0" cellspacing="0" border="0">');
  d.write('<tr><td valign="top"><br>');
  
   
