// JavaScript Document
var a=""
a+="<table width=100%  border=0 cellspacing=0 cellpadding=0>"
a+="  <tr>"
a+="<td><table width=90%  border=0 cellspacing=0 cellpadding=0 class=main>"
a+="              <tr>"
a+="                <a href=../index.asp><td width=95 height=21 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../index.asp>Home</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../destinations.asp><td width=116 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../destinations.asp>Destinations</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../testimonials.asp><td width=113 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../testimonials.asp>Testimonials</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../faq.asp><td width=86 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../faq.asp>FAQ</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../about_us.asp><td width=104 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../about_us.asp>About Us</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../contact_us.asp><td width=110 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../contact_us.asp>Contact Us</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../booking.asp><td width=172 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../booking.asp>Booking Conditions</a></div></td></a>"
a+="                <td width=5></td>"
a+="                <a href=../registrationform.asp><td width=120 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../registrationform.asp>Booking Form</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../ulinks.asp><td width=86 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../ulinks.asp>Links</a></div></td></a>"
a+="                <td width=1></td>"
a+="                <a href=../ulinks.asp><td width=75 bgcolor=#C43801 onmouseover=mOvr(this,'#E55300','#5CB8E9'); onmouseout=mOut(this,'#C43801');><div align=center><a href=../shop/Horse-Essentials.html>Horse Essentials</a></div></td></a>"
a+="				<td align=left valign=top></td>"
a+="              </tr>"
a+="</table></td>"
a+=" </tr>"
a+="              <tr>"
a+="              <td colspan=18 bgcolor=#FFFFFF align=right>"
a+="              	<form name=form11 method=post action=../search.asp>"
a+="              	  <table width=300  border=0 align=right cellpadding=0 cellspacing=0 bgcolor=#F2EDD9 class=searchBox>"
a+="              		<tr>"
a+="              		  <td width=26% height=28 align=right>Search:&nbsp;</td>"
a+="              		  <td width=57% align=left><input name=keyword type=text class=searchBox></td>"
a+="              		  <td width=17% align=left><input type=image src=../images/go_06.jpg></td>"
a+="              		</tr>"
a+="              	  </table>"
a+="              	</form>"
a+="              </td>"
a+="              </tr>"
a+="            </table>"
document.write(a)

//changeimage()


function changeimage()
{		

//<div id='ch' title='test'></div>
 if(document.getElementById("ch").title=="test")
 {
	document.getElementById("ch").innerHTML='<img src="../images/join.jpg" width="167" height="27" border="0">'
	document.getElementById("ch").title="t"
 }
 else if(document.getElementById("ch").title=="t")
 {
	document.getElementById("ch").innerHTML='<img src="../images/join1.jpg" width="167" height="27" border="0">'
	document.getElementById("ch").title="test"
 }											
 setTimeout("changeimage()",200);
}	
