function sendemail()
{
document.location.href="mailto:david@tencups.com";
return false;
}