function contact () {
	location=('contact.htm')
	}

// OPEN NEW WINDOW (450 HIGH BY 570 WIDE) - USED BY CONTACT.HTM PAGE
function feedback (destination) {
var destination = 'http://www.breacais.demon.co.uk/feedback/'+destination+'.htm'
	noticeWindow = window.open(destination,'Feedback','width=570,height=500,left=0,top=0')
	noticeWindow.focus()
	}

function goBack () {
	history.go(-1)
	}

function nul () { null }
