// JavaScript Document
HomeOver= new Image();
HomeOver.src = "/images/buttons_top_nav_home_over.gif";
ContactOver = new Image();
ContactOver.src = "/images/buttons_top_nav_contact_over.gif";
ShopOver = new Image();
ShopOver.src = "/images/buttons_top_nav_shop_over.gif";
function GetInTouch(whowith)
{
  var squiggle = "@";
  var domainbit = "sietar";
  domainbit += "-europa";
  var suffix = "org";
  document.location = "mai" + "lto:" + whowith + squiggle + domainbit + "." + suffix;
}
