	function friendWindow() {
	    formWindow = window.open("","formWindow","resizable=yes,statusbar=yes,width=460,height=430");
        formWindow.document.write('<head><title>Send to a Friend</title><link rel="stylesheet" href="/about/annual/2006to2007/css/annrep2007.css" type="text/css" />');
        formWindow.document.write('<script language="JavaScript" src="/scripts/friend.js"><\/script></head>');					
	    formWindow.document.write('<body><div id="friendform"><h1>Send to a friend</h1><p>All fields are required </p><form action="/cgi-bin/sendto.pl" method="post" id="story" onsubmit="return fullCheck(this)">');
	    formWindow.document.write('<div class="formgreenback"><p>Your name</p><p><input name="name" type="text" id="name" size="30" maxlength="30" class="friendfield" /> </p>');
	    formWindow.document.write('<p>Your email address</p><p><input name="email" type="text" size="50" maxlength="50" class="friendfield" /></p></div>');
        formWindow.document.write('<div class="formgreyback"><p>Friend&rsquo;s name</p><p><input name="friend" type="text" id="friend" size="30" maxlength="30" class="friendfield" /> </p>');
	    formWindow.document.write('<p>Friend&rsquo;s email address</p><p><input name="friendemail" type="text" id="friendemail" size="50" maxlength="50" class="friendfield" /></p></div>');
	    formWindow.document.write('<div align="right"><input type="submit" name="Submit" value="Submit" class="mystorysubmit"/></div><p>We comply with the Data Protection Act 1998 and will not disclose your details to any third party.</p>');
        formWindow.document.write('</form><p><a href="javascript:close()"><img src="/about/annual/2006to2007/images/close.gif" alt="close window" /> Close Window</a> </p></div>');
	    formWindow.document.write('</body></html>');
	}

