function EmailLink(){
window.location = "mailto:sales@smp-ltd.co.uk?subject=Quote Request From Web Site" + "&body=Please provide me with a quote for the following items on the web pages detailed below%0D%0A%0AOrdering Information - %0D%0A%0A"+document.title+"%0D%0A%0A"+window.location;
}
document.write('<a href="#" onClick="EmailLink()"><img src=../quote_request.jpg border="0"></a>')

