<!--

// email product link
function mailpage(description, url)
{
mail_str = "mailto:?subject=I thought you might be interested in the " + description + " from furniture123.co.uk. ";
mail_str += "&body=%0D%0AYou can view it at: http://www.furniture123.co.uk"+ url;
location.href = mail_str;
}

//-->
