//<!-- A steam engine makes everything work -->
//<!-- Author Peter Thurley -->

<!--
    function oakhouse_email()
    {
    	var enq = 'joan.stanton1';
    	var suffix = 'oakhouse-devon';
    	var tld = 'co.uk';
        var subject = 'Oak House Web Site Enquiry';
    	
    	location = 'mailto:' + enq + '@' + suffix + '.' + tld + '?subject=' + subject;
    }
//-->

<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=500,height=400, scrollbars=no');
return false;
}
//-->





