/* all deleted for the moment
//Javascript for tmur pages
//IF THIS PAGE IS NOT IN A FRAME CALLED "tmur" THEN LOAD THE MAIN FRAME ASKING FOR THIS PAGE

// self.name is name of frame

if (self.name!="tmur")
	{
	document.write("<CENTER>This page is part of ")
	document.write("<H1><A HREF='http://thames.me.uk'>WHERE THAMES SMOOTH WATERS GLIDE</A></H1>")
	document.write("Please click above link to see it in context</CENTER>")
	}
	else //This page is in its right frame
	{
//Synchronise left navigation bar
//	var pointer="left.htm#"+document.location.pathname.substring(1,7)
//find "htm" then find start of "sxxxxx"
	p=document.location.pathname
//	alert(p)
//	l=p.length-10
//	alert(p.substring(p.length-10,p.length-4))
	pointer="left.htm#"+p.substring(p.length-10,p.length-4)
	parent.left.document.location=pointer
//Place subheading and links in top.htm
 
//	alert(parent.frames[0].name) // is tmut
ih=""
ih+="<img alt='Where Thames Smooth Waters Glide - "+document.title+"' "
ih+="title='Where Thames Smooth Waters Glide - "+document.title+"' "
ih+=" src=wtswg_files/image"+page+".gif>"

	parent.frames[0].document.getElementById('header').innerHTML=ih
	parent.frames[0].document.getElementById('sublinks').innerHTML="<span class='sublink'>"+link+"</span>"



}//end of if self.name is tmur
/*
ih+="<a href="+backpage+" target=tmur "
// ih+="onMouseover='alert(parent.frames[1].tmur.document.location=s00000.htm' "
ih+=">"
	
ih+="</a>"
//alert(ih)  


 function bookmark(url, description)
{
netscape="Netscape User's hit CTRL+D to add a bookmark to this site."
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}

*/

