﻿if (parent.location == window.location)
{
//parent.location = "f_royalwelsh06.html";
}

function click()
{
 if (event.button==2)
 {
  alert("Alle Fotos können bei E. Holin bestellt werden!");
  }
}
document.onmousedown=click;

