var href = document.location.href;
href = href.toLowerCase();
var myPage;
if (href.indexOf('videotestimonial') == -1)
{
	myPage = false;
}
else
{
	myPage = true;
}
document.write('<p>');
if (myPage)
{
	document.write('<img class=wideButton');
	document.write(' src="images/videoTestimonialsOrange.gif">');
}
else
{
	document.write('<a href="index.htm?menu=videoTestimonial">');
	document.write('<img src="images/videoTestimonialsSilver.gif"');
	document.write(' class=wideButton id=videoTestimonials');
	document.write(' onmouseover="mouseOver(');
	document.write("'videoTestimonials'");
	document.write(')"');
	document.write(' onmouseout="mouseOut(');
	document.write("'videoTestimonials'");
	document.write(')" border=0>');
	document.write('</a>');
}
document.write('</p>');
