function home()
{
  //if (self.parent.frames.length != 5) self.parent.location="http://www.fercherobstkistenbuehne.de";
}

function openpopup(url, id)
{
	popup=window.open(url, id, "width=205,height=100,status=no,scrollbars=no,resizable=no,location=no,menubar=no");
	popup.focus();
}
