function linkopen (mytarget)
{
  var mybase = 'http://www.holzbau-saurer.com/'
  window.location.href = mybase + mytarget
}
function updateGR (foo)
{
  Element.update('mpt-img','<img src="'+foo+'" alt="" title="" border="0" height="448" width="448">');
}