function myfunction()
{
sen = "mail";
by = "to:";
user = "info";
at = "@";
site = "imperialcharity";
where = ".co.uk";
parent.location.href=sen + by +user + at + site + where;
}
