<!--function sendMailtofriend() {// Mailto details :var _addr = "Enter_email_addresses_here..."var _subj = "This link may be of interest to you..."var _text = "Hi, I've come across a web link that I thought may be of interest to you. Please click the following URL to view it...   http://www.maidmentjudd.co.uk   Thanks. "// Mailto : send urldocument.location = "mailto:"+_addr+ "?subject="+_subj+ "&body="+_text// return true;}//-->