function email(name,domain,linktext) {
  address = name+(String.fromCharCode(64))+domain;
  if (linktext == "") {
    linktext = address;
  }
  document.write('<a href="ma'+'ilto:'+address+'" onmouseout="window.status=\'\';return true;" onmouseover="window.status=\'Verstuur email\';return true;">'+linktext+'</a>');
}
function address() {
  document.write('<h3>Romec Designs</h3><p>74 Clay Hill</p><p>Two Mile Ash</p><p>Milton Keynes</p><p>United Kingdom</p><p>++44 (1908) 650460</p>');
}