<!--
function searchBox() {
window.focus();
document.FINDIT.file.focus();
}
function Mark() {
	if (document.all)
	window.external.AddFavorite("http://www.abrave.co.uk", "- abrave.co.uk");
	else
		alert("Sorry, we were unable to complete this task for you with your type of internet browser.\nPlease press 'Ctrl D' on your keyboard to bookmark us or use your browser menu.");
}
function openWin(openurl){
var winop=window.open(openurl,"","width=700, height=360, toolbar=no, location=no, directories = no, status=no, menubar=no, scrollbars=yes, copyhistory=no, resizable=yes")
}
//-->