var currentfile=(document.location.href).substring((document.location.href).lastIndexOf('/')+1);

document.writeln('<div class="PageHeader">');

if(currentfile=="prodserv.htm")
{ document.writeln('Products and Services'); }
else if(currentfile=="map.htm")
{ document.writeln('Map & Directions'); }
else if(currentfile=="newslett.htm")
{ document.writeln('Newsletter'); }
else if(currentfile=="farming.htm")
{ document.writeln('Christmas Tree Farming'); }
else if(currentfile=="realmean.htm")
{ document.writeln('The Real Meaning of Christmas'); }
else if(currentfile=="history.htm")
{ document.writeln('History'); }
else if(currentfile=="types.htm")
{ document.writeln('Types of Trees'); }
else if(currentfile=="manual.htm")
{ document.writeln('Christmas Tree Owners Manual'); }
else if(currentfile=="awards.htm")
{ document.writeln('Awards'); }
else if(currentfile=="largetrees.htm")
{ document.writeln('Large Trees'); }
else if(currentfile=="lot.htm")
{ document.writeln('Retail Sales Lot'); }
else if(currentfile=="sunday.htm")
{ document.writeln('Closed Sunday'); }
else if(currentfile=="classes.htm")
{ document.writeln('Christmas Decoration Classes'); }
else
{ document.writeln('Hague\'s Christmas Trees'); }


document.writeln('</div><table border=0><tr><td valign=top><ul class="navigation">');

if(currentfile!="index.htm" && currentfile!="")
{ document.writeln('<li class="navigationItem"><a href="index.htm">Home</a></li>'); }
else
{ document.writeln('<li class="navigationItem">Home</li>'); }

if(currentfile!="prodserv.htm")
{ document.writeln('<li class="navigationItem"><a href="prodserv.htm">Products and Services</a></li>'); }
else
{ document.writeln('<li class="navigationItem">Products and Services</li>'); }

if(currentfile!="map.htm")
{ document.writeln('<li class="navigationItem"><a href="map.htm">Map & Directions</a></li>'); }
else
{ document.writeln('<li class="navigationItem">Map & Directions</li>'); }

if(currentfile!="newslett.htm")
{ document.writeln('<li class="navigationItem"><a href="newslett.htm">Newsletter</a></li>'); }
else
{ document.writeln('<li class="navigationItem">Newsletter</li>'); }

if(currentfile!="farming.htm")
{ document.writeln('<li class="navigationItem"><a href="farming.htm">Christmas Tree Farming</a></li>'); }
else
{ document.writeln('<li class="navigationItem">Christmas Tree Farming</li>'); }

if(currentfile!="realmean.htm")
{ document.writeln('<li class="navigationItem"><a href="realmean.htm">The Real Meaning of Christmas</a></li>'); }
else
{ document.writeln('<li class="navigationItem">The Real Meaning of Christmas</li>'); }

if(currentfile!="history.htm")
{ document.writeln('<li class="navigationItem"><a href="history.htm">History</a></li>'); }
else
{ document.writeln('<li class="navigationItem">History</li>'); }

if(currentfile!="types.htm")
{ document.writeln('<li class="navigationItem"><a href="types.htm">Types of Trees</a></li>'); }
else
{ document.writeln('<li class="navigationItem">Types of Trees</li>'); }

document.writeln('</ul></td>');

//first images must agree with slideshow.js
if(currentfile=="index.htm" || currentfile=="") //homepage
{
	//if(document.all)
	//{ document.writeln('<td id="VU"><img src="pics/headers/barn-background.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>'); }
	//else
	//{ document.writeln('<td id="VU"><img src="pics/headers/1.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>'); }
	
	document.writeln('<td id="VU"><img src="pics/headers/barn.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="prodserv.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/5.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="map.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/19.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="newslett.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/heraldheader.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="farming.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/17.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="realmean.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/krisdecurtis.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="history.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/22.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="types.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/6.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="awards.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/national-wreath-dec-2008.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else if(currentfile=="lot.htm")
{
	document.writeln('<td id="VU"><img src="pics/headers/lot98.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
else
{
	document.writeln('<td id="VU"><img src="pics/headers/1.jpg" name="SlideShow"><div id="slideShowText"></div></td></tr></table>');
}
