<!---
function inc() {
	var elm = document.getElementById('back');
	elm.style.height = 'auto';
}
function displayHtm(name,title,width,height) {
 iwidth = width-16
 if (iwidth < 1) iwidth = 1
 window2=window.open(name,'window2','width='+width+',height='+height+',top=0,left=0,scrollbars=1,resizable=1,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,status=0,toolbar=0')
}
function eMail(subject) {
 address='me9@privacy.netyahoo.co.uk?cc=&bcc=&subject='+subject+'&body='
 address=address.split("me9@privacy.net")
 address=address.join("@")
 window.open ('mailto:shaun_steer'+address)
}
//--->